Home
last modified time | relevance | path

Searched refs:ConstantMethodref (Results 1 – 16 of 16) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DConstantMethodref.java30 public final class ConstantMethodref extends ConstantCP { class
35 public ConstantMethodref(final ConstantMethodref c) { in ConstantMethodref() method in ConstantMethodref
46 ConstantMethodref(final DataInput input) throws IOException { in ConstantMethodref() method in ConstantMethodref
55 public ConstantMethodref(final int class_index, final int name_and_type_index) { in ConstantMethodref() method in ConstantMethodref
DVisitor.java49 void visitConstantMethodref(ConstantMethodref obj); in visitConstantMethodref()
DEmptyVisitor.java116 public void visitConstantMethodref(final ConstantMethodref obj) in visitConstantMethodref()
DConstant.java143 return new ConstantMethodref(input); in readConstant()
DDescendingVisitor.java345 public void visitConstantMethodref(final ConstantMethodref constant) in visitConstantMethodref()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DConstantHTML.java29 import org.apache.bcel.classfile.ConstantMethodref;
101 final ConstantMethodref c = (ConstantMethodref) constant_pool.getConstant(index, in writeConstant()
DCodeHTML.java32 import org.apache.bcel.classfile.ConstantMethodref;
285 … final ConstantMethodref c = (ConstantMethodref) constant_pool.getConstant(m_index, in codeToHTML()
/external/apache-commons-bcel/src/examples/
DTransitiveHull.java29 import org.apache.bcel.classfile.ConstantMethodref;
150 public void visitConstantMethodref(ConstantMethodref cmr) { in visitConstantMethodref()
/external/apache-commons-bcel/docs/eps/
Dconstantpool.fig193 4 0 0 986 -1 16 10 1.5708 4 120 1335 4167 3837 ConstantMethodref\001
/external/apache-commons-bcel/src/test/java/org/apache/bcel/visitors/
DCounterVisitor.java37 import org.apache.bcel.classfile.ConstantMethodref;
238 public void visitConstantMethodref(final ConstantMethodref obj) in visitConstantMethodref()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DStringRepresentation.java37 import org.apache.bcel.classfile.ConstantMethodref;
211 public void visitConstantMethodref(final ConstantMethodref obj) { in visitConstantMethodref()
DPass3aVerifier.java34 import org.apache.bcel.classfile.ConstantMethodref;
668 if (! (c instanceof ConstantMethodref)) { in visitInvokeInstruction()
673 …ConstantNameAndType cnat = (ConstantNameAndType) (cpg.getConstant(((ConstantMethodref) c).getNameA… in visitInvokeInstruction()
DPass2Verifier.java42 import org.apache.bcel.classfile.ConstantMethodref;
456 public void visitConstantMethodref(final ConstantMethodref obj) { in visitConstantMethodref()
1344 public void visitConstantMethodref(final ConstantMethodref obj) { in visitConstantMethodref()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DConstantPoolGen.java34 import org.apache.bcel.classfile.ConstantMethodref;
606 constants[index++] = new ConstantMethodref(class_index, name_and_type_index); in addMethodref()
/external/apache-commons-bcel/docs/
Dclassfile.mdl180 (object Class "ConstantMethodref"
1641 (object ClassView "Class" "Logical View::ConstantMethodref" @79
1653 label "ConstantMethodref")
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...