Lines Matching defs:syms

70     final Symtab syms;
192 Symtab syms,
201 this.syms = syms;
485 syms.objectType :
499 state.push(syms.botType);
512 state.push(syms.intType);
520 state.push(syms.longType);
529 state.push(syms.floatType);
537 state.push(syms.doubleType);
556 state.push(syms.intType);
560 state.push(syms.longType);
564 state.push(syms.floatType);
568 state.push(syms.doubleType);
625 state.push(syms.intType);
640 // state.push(syms.intType);
657 state.push(syms.intType);
661 state.push(syms.intType);
665 state.push(syms.longType);
669 state.push(syms.floatType);
673 state.push(syms.doubleType);
677 state.push(syms.floatType);
681 state.push(syms.doubleType);
685 state.push(syms.intType);
689 state.push(syms.longType);
693 state.push(syms.doubleType);
697 state.push(syms.intType);
701 state.push(syms.longType);
705 state.push(syms.floatType);
840 state.push(syms.intType);
845 state.push(syms.intType);
886 state.push(syms.intType);
899 if (o instanceof Integer) return syms.intType;
900 if (o instanceof Float) return syms.floatType;
901 if (o instanceof String) return syms.stringType;
902 if (o instanceof Long) return syms.longType;
903 if (o instanceof Double) return syms.doubleType;
904 if (o instanceof ClassSymbol) return syms.classType;
905 if (o instanceof Type.ArrayType) return syms.classType;
924 state.push(syms.intType);
927 state.push(syms.longType);
930 state.push(syms.floatType);
933 state.push(syms.doubleType);
996 state.push(syms.intType);
1042 state.push(syms.intType);
1340 if (meth.isConstructor() && thisType != syms.objectType) {
1652 t = syms.intType;