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

/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DPrimitiveType.java44 static final PrimitiveType charType = new PrimitiveType("char"); field in class:PrimitiveType
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymtab.java68 public final Type charType = new Type(TypeTags.CHAR, null); field in class:Symtab
382 initType(charType, "char", "Character");
412 scope.enter(charType.tsym);
543 enterUnop("++", charType, charType, iadd);
551 enterUnop("--", charType, charType, isub);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParser.java1058 entry.type (charType ());
1832 return charType ();
1998 private PrimitiveEntry charType () throws IOException, ParseException method in class:Parser
2021 } // charType
2262 return charType();

Completed in 86 milliseconds