Searched refs:CONSTANT_Fieldref (Results 1 – 19 of 19) sorted by relevance
36 super(Const.CONSTANT_Fieldref, c.getClassIndex(), c.getNameAndTypeIndex()); in ConstantFieldref()47 super(Const.CONSTANT_Fieldref, input); in ConstantFieldref()56 super(Const.CONSTANT_Fieldref, class_index, name_and_type_index); in ConstantFieldref()
140 case Const.CONSTANT_Fieldref: in readConstant()
139 case Const.CONSTANT_Fieldref: in constantToString()
327 constant_pool.constantToString(index, Const.CONSTANT_Fieldref)).append( in codeToString()
64 return ClassConstants.CONSTANT_Fieldref; in getTag()
51 + cp.constantToString(super.getIndex(), org.apache.bcel.Const.CONSTANT_Fieldref); in toString()
811 case Const.CONSTANT_Fieldref: { in addConstant()826 case Const.CONSTANT_Fieldref: in addConstant()
156 case Const.CONSTANT_Fieldref: in writeConstant()159 Const.CONSTANT_Fieldref); in writeConstant()
232 Const.CONSTANT_Fieldref); in codeToHTML()
67 public static final int CONSTANT_Fieldref = 9; field in ClassDefinitionUtils
51 … PRIORITIES[ClassConstants.CONSTANT_Fieldref] = 6; // Always wide index (getfield,...).
377 constant.getTag() == ClassConstants.CONSTANT_Fieldref) in addFieldrefConstant()
120 public static final int CONSTANT_Fieldref = 9; field in ClassConstants
354 case ClassConstants.CONSTANT_Fieldref: return new FieldrefConstant(); in createConstant()
974 case ClassConstants.CONSTANT_Fieldref: return new FieldrefConstant(); in createConstant()
225 byte CONSTANT_Fieldref = 9; field
327 public static final byte CONSTANT_Fieldref = 9; field in Const
208 boolean isFieldRef = refConstant.getTag() == ClassConstants.CONSTANT_Fieldref; in visitAnyRefConstant()
449 if (obj.getTag() != Const.CONSTANT_Fieldref) { in visitConstantFieldref()1316 if (obj.getTag() != Const.CONSTANT_Fieldref) { in visitConstantFieldref()