Uses of Class
org.openjdk.asmtools.jasm.ConstantPool.ConstValue_Class
Packages that use ConstantPool.ConstValue_Class
-
Uses of ConstantPool.ConstValue_Class in org.openjdk.asmtools.jasm
Classes in org.openjdk.asmtools.jasm with type parameters of type ConstantPool.ConstValue_ClassModifier and TypeClassDescriptionstatic class
ConstantPool.ConstValue_MethodHandle<P extends ConstantPool.ConstValue_Pair<ConstantPool.ConstValue_Class, ConstantPool.ConstValue_NameAndType>>
The CONSTANT_MethodHandle(15) structure is used to represent a method handle T : ConstValue_MethodRef, ConstValue_InterfaceMethodRef or ConstValue_FieldRefSubclasses with type arguments of type ConstantPool.ConstValue_Class in org.openjdk.asmtools.jasmModifier and TypeClassDescriptionstatic class
The CONSTANT_Fieldref(9) structure is used to represent a fieldstatic class
The CONSTANT_InterfaceMethodref(11) structure is used to represent an interface methodstatic class
The CONSTANT_Methodref(10) structure is used to represent a methodMethods in org.openjdk.asmtools.jasm with type parameters of type ConstantPool.ConstValue_ClassModifier and TypeMethodDescriptionprivate <T extends ConstantPool.ConstValue_Pair<ConstantPool.ConstValue_Class, ConstantPool.ConstValue_NameAndType>>
TParserCP.ParserCPVisitor.visitMember
(ClassFileConst.ConstType tag) Method parameters in org.openjdk.asmtools.jasm with type arguments of type ConstantPool.ConstValue_ClassModifier and TypeMethodDescriptionvoid
ConstantPool.removeClassCell
(ConstCell<ConstantPool.ConstValue_Class> cell) Removes ClassCell entry from the Constant PoolConstructor parameters in org.openjdk.asmtools.jasm with type arguments of type ConstantPool.ConstValue_ClassModifierConstructorDescriptionConstValue_FieldRef
(ConstCell<ConstantPool.ConstValue_Class> classCell, ConstCell<ConstantPool.ConstValue_NameAndType> nameAndType) ConstValue_InterfaceMethodRef
(ConstCell<ConstantPool.ConstValue_Class> interfaceCell, ConstCell<ConstantPool.ConstValue_NameAndType> nameAndType) ConstValue_MethodRef
(ConstCell<ConstantPool.ConstValue_Class> classCell, ConstCell<ConstantPool.ConstValue_NameAndType> nameAndType)