Home
last modified time | relevance | path

Searched refs:CONSTANT_Integer (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/constant/
DIntegerConstant.java75 return ClassConstants.CONSTANT_Integer; in getTag()
/external/proguard/src/proguard/classfile/
DClassConstants.java130 public static final int CONSTANT_Integer = 3; field
/external/proguard/src/proguard/classfile/editor/
DComparableConstant.java45 PRIORITIES[ClassConstants.CONSTANT_Integer] = 0; // Possibly byte index (ldc).
DConstantPoolEditor.java64 constant.getTag() == ClassConstants.CONSTANT_Integer) in addIntegerConstant()
/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java329 case ClassConstants.CONSTANT_Integer: return new IntegerConstant(); in createConstant()
DProgramClassReader.java753 case ClassConstants.CONSTANT_Integer: return new IntegerConstant(); in createConstant()