Package | Description |
---|---|
com.caucho.bytecode |
Modifier and Type | Method and Description |
---|---|
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.
|