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 classConstantPool.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_FieldRefinterfaceCPVisitor<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 classThe CONSTANT_Fieldref(9) structure is used to represent a fieldstatic classThe CONSTANT_InterfaceMethodref(11) structure is used to represent an interface methodstatic classThe CONSTANT_Methodref(10) structure is used to represent a methodstatic classThe 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 TypeMethodDescription<T extends ConstantPool.ConstValue_Pair<ConstantPool.ConstValue_Class, ConstantPool.ConstValue_NameAndType>>
TParseConstPool.ParserCPVisitor.visitMember(ClassFileConst.ConstType tag) Methods in org.openjdk.asmtools.jasm with parameters of type ConstantPool.ConstValue_PairModifier and TypeMethodDescriptionprotected voidConstantPool.handleMemberIndex(ConstantPool.ConstValue_Pair cv) protected voidConstantPool.handleMemberRef(ConstantPool.ConstValue_Pair cv)