Searched refs:botType (Results 1 - 10 of 10) 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...]
H A DTypes.java154 return t.isExtendsBound() ? syms.botType : visit(t.type);
864 return syms.botType;
2399 newTvars.append(new TypeVar(t.tsym, null, syms.botType));
2425 TypeVar tv = new TypeVar(t.tsym, null, syms.botType);
2881 return syms.botType;
3249 Si.lower = syms.botType;
3253 Si.lower = syms.botType;
3286 syms.botType,
3602 syms.botType;
3614 bound = high ? syms.objectType : syms.botType;
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DRichDiagnosticFormatter.java341 if (t == syms.botType)
495 String suffix = t.lower == syms.botType ? ".1" : "";
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DJavacTypes.java161 return (NullType) syms.botType;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DInfer.java266 that.inst = syms.botType;
350 Type newArg = new CapturedType(t.tsym.name, t.tsym, uv.inst, syms.botType, null);
H A DEnter.java450 : new TypeVar(tree.name, env.info.scope.owner, syms.botType);
H A DMemberEnter.java1190 TypeVar v = new TypeVar(names.fromString("T"), sym, syms.botType);
1194 TypeVar v = new TypeVar(names.fromString("T" + i), sym, syms.botType);
H A DLower.java491 return makeLit(syms.botType, null);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassReader.java839 tvar = new TypeVar(name, currentOwner, syms.botType);
878 TypeVar t = new TypeVar(name, currentOwner, syms.botType);
1562 syms.botType,
1636 new VarSymbol(0, proxy.enumerator, syms.botType, enumTypeSym));
H A DCode.java499 state.push(syms.botType);

Completed in 61 milliseconds