Searched refs:IntConstant (Results 1 – 6 of 6) sorted by relevance
262 return IntConstant; in readNumber()278 return IntConstant; in readNumber()306 return IntConstant; in readNumber()
104 int IntConstant = 402; field
469 int token = (value instanceof Long) ? LongConstant : IntConstant; in getConstantFieldValue()995 if (type == IntConstant || type == CharConstant) in atIntConst()996 exprType = (type == IntConstant ? INT : CHAR); in atIntConst()
870 case IntConstant : in parseUnaryExpr()946 || t == IntConstant || t == CharConstant in nextIsClassCast()1015 case IntConstant : in parsePostfix()
1900 if (type == IntConstant || type == CharConstant) { in atIntConst()1901 exprType = (type == IntConstant ? INT : CHAR); in atIntConst()
63 newType = TokenId.IntConstant; in compute0()