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

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DJFlexXref.java92 private static class Style { class in class:JFlexXref
111 Style(String name, String ssClass, String title) { method in class:JFlexXref.Style
120 private static final Style[] DEFINITION_STYLES = {
121 new Style("macro", "xm", "Macro"),
122 new Style("argument", "xa", null),
123 new Style("local", "xl", null),
124 new Style("variable", "xv", "Variable"),
125 new Style("class", "xc", "Class"),
126 new Style("package", "xp", "Package"),
127 new Style("interfac
[all...]

Completed in 8 milliseconds