Searched defs:Style (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DJFlexXref.java135 private static class Style { class in class:JFlexXref
149 Style(String name, String ssClass, String title) { method in class:JFlexXref.Style
159 private static final Style[] DEFINITION_STYLES = {
160 new Style("macro", "xm", "Macro"),
161 new Style("argument", "xa", null),
162 new Style("local", "xl", null),
163 new Style("variable", "xv", "Variable"),
164 new Style("class", "xc", "Class"),
165 new Style("package", "xp", "Package"),
166 new Style("interfac
[all...]

Completed in 8 milliseconds