Searched refs:ConstantNameAndType (Results 1 – 21 of 21) sorted by relevance
21 import org.apache.bcel.classfile.ConstantNameAndType;42 public ConstantNameAndType getNameAndType(final ConstantPoolGen cpg) { in getNameAndType()45 return (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getNameAndType()51 final ConstantNameAndType cnat = getNameAndType(cpg); in getSignature()59 final ConstantNameAndType cnat = getNameAndType(cpg); in getName()
22 import org.apache.bcel.classfile.ConstantNameAndType;55 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getSignature()65 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getName()
35 import org.apache.bcel.classfile.ConstantNameAndType;124 } else if (c instanceof ConstantNameAndType) { in ConstantPoolGen()125 final ConstantNameAndType n = (ConstantNameAndType) c; in ConstantPoolGen()159 … final ConstantNameAndType n = (ConstantNameAndType) constants[m.getNameAndTypeIndex()]; in ConstantPoolGen()555 constants[index++] = new ConstantNameAndType(name_index, signature_index); in addNameAndType()794 final ConstantNameAndType n = (ConstantNameAndType) c; in addConstant()814 … final ConstantNameAndType n = (ConstantNameAndType) constants[m.getNameAndTypeIndex()]; in addConstant()
26 import org.apache.bcel.classfile.ConstantNameAndType;128 return ((ConstantNameAndType) cp.getConstant(cid.getNameAndTypeIndex())).getName(cp); in getClassName()
34 public final class ConstantNameAndType extends Constant { class43 public ConstantNameAndType(final ConstantNameAndType c) { in ConstantNameAndType() method in ConstantNameAndType54 ConstantNameAndType(final DataInput file) throws IOException { in ConstantNameAndType() method in ConstantNameAndType63 public ConstantNameAndType(final int name_index, final int signature_index) { in ConstantNameAndType() method in ConstantNameAndType
91 public final ConstantNameAndType getEnclosingMethod() { in getEnclosingMethod()95 final ConstantNameAndType nat = in getEnclosingMethod()96 … (ConstantNameAndType)super.getConstantPool().getConstant(methodIndex,Const.CONSTANT_NameAndType); in getEnclosingMethod()
132 str = constantToString(((ConstantNameAndType) c).getNameIndex(), in constantToString()134 + " " + constantToString(((ConstantNameAndType) c).getSignatureIndex(), in constantToString()
51 void visitConstantNameAndType(ConstantNameAndType obj); in visitConstantNameAndType()
121 public void visitConstantNameAndType(final ConstantNameAndType obj) in visitConstantNameAndType()
157 return new ConstantNameAndType(input); in readConstant()
353 public void visitConstantNameAndType(final ConstantNameAndType constant) in visitConstantNameAndType()
30 import org.apache.bcel.classfile.ConstantNameAndType;121 final ConstantNameAndType c2 = (ConstantNameAndType) constant_pool.getConstant( in writeConstant()208 … final ConstantNameAndType c6 = (ConstantNameAndType) constant_pool.getConstant(index, in writeConstant()
33 import org.apache.bcel.classfile.ConstantNameAndType;294 … final ConstantNameAndType c2 = (ConstantNameAndType) constant_pool.getConstant(index, in codeToHTML()
30 import org.apache.bcel.classfile.ConstantNameAndType;131 ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(ccp.getNameAndTypeIndex(), in visitRef()
43 import org.apache.bcel.classfile.ConstantNameAndType;357 CONST_NameAndType = ConstantNameAndType.class; in CPESSC_Visitor()507 public void visitConstantNameAndType(final ConstantNameAndType obj) { in visitConstantNameAndType()1320 … final ConstantNameAndType cnat = (ConstantNameAndType) (cp.getConstant(name_and_type_index)); in visitConstantFieldref()1349 … final ConstantNameAndType cnat = (ConstantNameAndType) (cp.getConstant(name_and_type_index)); in visitConstantMethodref()1382 … final ConstantNameAndType cnat = (ConstantNameAndType) (cp.getConstant(name_and_type_index)); in visitConstantInterfaceMethodref()
38 import org.apache.bcel.classfile.ConstantNameAndType;216 public void visitConstantNameAndType(final ConstantNameAndType obj) { in visitConstantNameAndType()
35 import org.apache.bcel.classfile.ConstantNameAndType;673 …final ConstantNameAndType cnat = (ConstantNameAndType) (cpg.getConstant(((ConstantMethodref) c).ge… in visitInvokeInstruction()696 final ConstantNameAndType cnat = in visitInvokeInstruction()697 … (ConstantNameAndType) (cpg.getConstant(((ConstantInterfaceMethodref)c).getNameAndTypeIndex())); in visitInvokeInstruction()
209 4 0 0 913 -1 16 10 1.5708 4 150 1665 1479 3377 ConstantNameAndType\001
39 import org.apache.bcel.classfile.ConstantNameAndType;244 public void visitConstantNameAndType(final ConstantNameAndType obj) in visitConstantNameAndType()
292 (object Class "ConstantNameAndType"1938 (object ClassView "Class" "Logical View::ConstantNameAndType" @971950 label "ConstantNameAndType")
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...