Uses of Class
com.caucho.bytecode.MethodRefConstant

Packages that use MethodRefConstant
com.caucho.bytecode   
 

Uses of MethodRefConstant in com.caucho.bytecode
 

Methods in com.caucho.bytecode that return MethodRefConstant
 MethodRefConstant ConstantPool.addMethodRef(java.lang.String className, java.lang.String name, java.lang.String type)
          Adds a method ref constant.
 MethodRefConstant ConstantPool.getMethodRef(int index)
          Returns a method ref entry
 MethodRefConstant ConstantPool.getMethodRef(java.lang.String className, java.lang.String name, java.lang.String type)
          Gets a method ref constant.