Uses of Class
org.openjdk.asmtools.jasm.ConstantPool.ConstValue_Pair
Packages that use ConstantPool.ConstValue_Pair
-
Uses of ConstantPool.ConstValue_Pair in org.openjdk.asmtools.jasm
Classes in org.openjdk.asmtools.jasm with type parameters of type ConstantPool.ConstValue_PairModifier 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_FieldRefinterface
CPVisitor<C extends ConstantPool.ConstValue_Cell,
P extends ConstantPool.ConstValue_Pair<C, C>> CPVisitor base class defining a visitor for decoding constants.Subclasses of ConstantPool.ConstValue_Pair 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 methodstatic class
The CONSTANT_NameAndType(12) structure is used to represent a field or method, without indicating which class or interface type it belongs toMethods in org.openjdk.asmtools.jasm with type parameters of type ConstantPool.ConstValue_PairModifier and TypeMethodDescriptionprivate <T extends ConstantPool.ConstValue_Pair<ConstantPool.ConstValue_Class,
ConstantPool.ConstValue_NameAndType>>
TParserCP.ParserCPVisitor.visitMember
(ClassFileConst.ConstType tag) Methods in org.openjdk.asmtools.jasm with parameters of type ConstantPool.ConstValue_PairModifier and TypeMethodDescriptionprotected void
ConstantPool.handleMemberIndex
(ConstantPool.ConstValue_Pair cv) protected void
ConstantPool.handleMemberRef
(ConstantPool.ConstValue_Pair cv)