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

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DFileAnalyzer.java78 private final String typeName; field in class:FileAnalyzer.Genre
80 this.typeName = typename;
87 public String typeName() { method in class:FileAnalyzer.Genre
88 return typeName;
93 * @param typeName name to check
95 * @see #typeName()
97 public static Genre get(String typeName) { argument
98 if (typeName == null) {
102 if (g.typeName.equals(typeName)) {
[all...]

Completed in 8 milliseconds