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 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_FieldRefMethods 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 TypeMethodDescriptionvoidConstantPool.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)