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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java229 public static final int TYPEIDENT = LITERAL + 1; field in class:JCTree
233 public static final int TYPEARRAY = TYPEIDENT + 1;
1828 return TYPEIDENT;

Completed in 149 milliseconds