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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java420 public JCPrimitiveTypeTree TypeIdent(int typetag) { method in class:TreeMaker
620 tp = TypeIdent(t.tag);
643 tp = TypeIdent(ERROR);
H A DJCTree.java227 /** Basic type identifiers, of type TypeIdent.
2173 JCPrimitiveTypeTree TypeIdent(int typetag); method in interface:JCTree.Factory

Completed in 66 milliseconds