Uses of Class
com.caucho.bytecode.InterfaceMethodRefConstant

Packages that use InterfaceMethodRefConstant
com.caucho.bytecode   
 

Uses of InterfaceMethodRefConstant in com.caucho.bytecode
 

Methods in com.caucho.bytecode that return InterfaceMethodRefConstant
 InterfaceMethodRefConstant ConstantPool.addInterfaceRef(java.lang.String className, java.lang.String name, java.lang.String type)
          Adds an interface ref constant.
 InterfaceMethodRefConstant ConstantPool.getInterfaceMethodRef(int index)
          Returns an interface method ref entry
 InterfaceMethodRefConstant ConstantPool.getInterfaceRef(java.lang.String className, java.lang.String name, java.lang.String type)
          Gets an interface constant.