Home
last modified time | relevance | path

Searched defs:cmr (Results 1 – 4 of 4) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldOrMethod.java54 final ConstantCP cmr = (ConstantCP) cp.getConstant(super.getIndex()); in getSignature() local
64 final ConstantCP cmr = (ConstantCP) cp.getConstant(super.getIndex()); in getName() local
84 final ConstantCP cmr = (ConstantCP) cp.getConstant(super.getIndex()); in getClassName() local
115 final ConstantCP cmr = (ConstantCP) cp.getConstant(super.getIndex()); in getReferenceType() local
DNameSignatureInstruction.java44 final ConstantCP cmr = (ConstantCP) cp.getConstant(super.getIndex()); in getNameAndType() local
DInvokeInstruction.java104 final ConstantCP cmr = (ConstantCP) cp.getConstant(super.getIndex()); in getClassName() local
/external/apache-commons-bcel/src/examples/
DTransitiveHull.java150 public void visitConstantMethodref(ConstantMethodref cmr) { in visitConstantMethodref()