Package org.openjdk.asmtools.jasm
Class ConstantPool.ConstValue_InterfaceMethodRef
java.lang.Object
org.openjdk.asmtools.jasm.ConstValue<Pair<ConstCell<L>,ConstCell<R>>>
org.openjdk.asmtools.jasm.ConstantPool.ConstValue_Pair<ConstantPool.ConstValue_Class,ConstantPool.ConstValue_NameAndType>
org.openjdk.asmtools.jasm.ConstantPool.ConstValue_InterfaceMethodRef
- Enclosing class:
- ConstantPool
public static class ConstantPool.ConstValue_InterfaceMethodRef
extends ConstantPool.ConstValue_Pair<ConstantPool.ConstValue_Class,ConstantPool.ConstValue_NameAndType>
The CONSTANT_InterfaceMethodref(11) structure is used to represent an interface method
-
Field Summary
Fields inherited from class org.openjdk.asmtools.jasm.ConstValue
tag, value
-
Constructor Summary
ConstructorsConstructorDescriptionConstValue_InterfaceMethodRef
(ConstCell<ConstantPool.ConstValue_Class> interfaceCell, ConstCell<ConstantPool.ConstValue_NameAndType> nameAndType) -
Method Summary
Methods inherited from class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_Pair
equals, equalsByValue, isSet, toString, write
Methods inherited from class org.openjdk.asmtools.jasm.ConstValue
asString, hashCode, setValue, size
-
Constructor Details
-
ConstValue_InterfaceMethodRef
public ConstValue_InterfaceMethodRef(ConstCell<ConstantPool.ConstValue_Class> interfaceCell, ConstCell<ConstantPool.ConstValue_NameAndType> nameAndType)
-