Searched refs:CONSTANT_MethodType (Results 1 – 11 of 11) sorted by relevance
115 return ClassConstants.CONSTANT_MethodType; in getTag()
58 super(Const.CONSTANT_MethodType); in ConstantMethodType()
162 case Const.CONSTANT_MethodType: in readConstant()
152 case Const.CONSTANT_MethodType: in constantToString()
72 public static final int CONSTANT_MethodType = 16; field in ClassDefinitionUtils
57 PRIORITIES[ClassConstants.CONSTANT_MethodType] = 12;
668 constant.getTag() == ClassConstants.CONSTANT_MethodType) in addMethodTypeConstant()
358 case ClassConstants.CONSTANT_MethodType: return new MethodTypeConstant(); in createConstant()
978 case ClassConstants.CONSTANT_MethodType: return new MethodTypeConstant(); in createConstant()
125 public static final int CONSTANT_MethodType = 16; field in ClassConstants
365 public static final byte CONSTANT_MethodType = 16; field in Const