Uses of Class
org.apache.jdo.impl.enhancer.classfile.ConstInterfaceMethodRef

Packages that use ConstInterfaceMethodRef
org.apache.jdo.impl.enhancer.classfile   
 

Uses of ConstInterfaceMethodRef in org.apache.jdo.impl.enhancer.classfile
 

Methods in org.apache.jdo.impl.enhancer.classfile that return ConstInterfaceMethodRef
 ConstInterfaceMethodRef ConstantPool.addInterfaceMethodRef(java.lang.String className, java.lang.String methodName, java.lang.String type)
          Find or create an interface method constant in the pool
(package private) static ConstInterfaceMethodRef ConstInterfaceMethodRef.read(java.io.DataInputStream input)
           
 ConstInterfaceMethodRef InsnInterfaceInvoke.method()
          Return the interface to be invoked
 

Constructors in org.apache.jdo.impl.enhancer.classfile with parameters of type ConstInterfaceMethodRef
InsnConstOp(int theOpcode, ConstInterfaceMethodRef theOperand, int pc)
           
InsnInterfaceInvoke(ConstInterfaceMethodRef methodRefOp, int nArgsOp)
          constructor for opc_invokeinterface
InsnInterfaceInvoke(ConstInterfaceMethodRef methodRefOp, int nArgsOp, int offset)