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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymtab.java75 public final Type botType = new BottomType(); field in class:Symtab
389 initType(botType, "<nulltype>");
567 enterBinop("+", stringType, botType, stringType, string_add);
573 enterBinop("+", botType, stringType, stringType, string_add);
576 enterBinop("+", botType, botType, botType, error);
577 enterBinop("+", botType, intType, botType, error);
578 enterBinop("+", botType, longTyp
[all...]

Completed in 33 milliseconds