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
 ConstInterfaceMethodRef InsnInterfaceInvoke.method()
          Return the interface to be invoked
 

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



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.