Searched refs:CONSTANT_Integer (Results 1 – 6 of 6) sorted by relevance
75 return ClassConstants.CONSTANT_Integer; in getTag()
45 PRIORITIES[ClassConstants.CONSTANT_Integer] = 0; // Possibly byte index (ldc).
64 constant.getTag() == ClassConstants.CONSTANT_Integer) in addIntegerConstant()
346 case ClassConstants.CONSTANT_Integer: return new IntegerConstant(); in createConstant()
966 case ClassConstants.CONSTANT_Integer: return new IntegerConstant(); in createConstant()
114 public static final int CONSTANT_Integer = 3; field in ClassConstants