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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java233 public static final int TYPEARRAY = TYPEIDENT + 1; field in class:JCTree
237 public static final int TYPEAPPLY = TYPEARRAY + 1;
1851 return TYPEARRAY;

Completed in 61 milliseconds