Uses of Class
org.eclipse.persistence.internal.libraries.asm.ClassVisitor
Packages that use ClassVisitor
Package
Description
-
Uses of ClassVisitor in org.eclipse.persistence.internal.libraries.asm
Subclasses of ClassVisitor in org.eclipse.persistence.internal.libraries.asmModifier and TypeClassDescriptionclassAClassVisitorthat generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).classEclipseLink specificClassVisitorthat generates a corresponding ClassFile structure for currently running Java VM.classFields in org.eclipse.persistence.internal.libraries.asm declared as ClassVisitorModifier and TypeFieldDescriptionprotected ClassVisitorClassVisitor.cvThe class visitor to which this visitor must delegate method calls.Methods in org.eclipse.persistence.internal.libraries.asm that return ClassVisitorModifier and TypeMethodDescriptionClassVisitor.getDelegate()The class visitor to which this visitor must delegate method calls.Methods in org.eclipse.persistence.internal.libraries.asm with parameters of type ClassVisitorModifier and TypeMethodDescriptionvoidClassReader.accept(ClassVisitor classVisitor, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.voidClassReader.accept(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.Constructors in org.eclipse.persistence.internal.libraries.asm with parameters of type ClassVisitorModifierConstructorDescriptionprotectedClassVisitor(int api, ClassVisitor classVisitor) Constructs a newClassVisitor.EclipseLinkClassVisitor(ClassVisitor classVisitor) -
Uses of ClassVisitor in org.eclipse.persistence.internal.libraries.asm.commons
Subclasses of ClassVisitor in org.eclipse.persistence.internal.libraries.asm.commonsModifier and TypeClassDescriptionclassAClassVisitorthat remaps types with aRemapper.classAClassVisitorthat adds a serial version unique identifier to a class if missing.classAClassVisitorthat merges <clinit> methods into a single one.Constructors in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type ClassVisitorModifierConstructorDescriptionprotectedClassRemapper(int api, ClassVisitor classVisitor, Remapper remapper) Constructs a newClassRemapper.ClassRemapper(ClassVisitor classVisitor, Remapper remapper) Constructs a newClassRemapper.GeneratorAdapter(int access, Method method, String signature, Type[] exceptions, ClassVisitor classVisitor) Constructs a newGeneratorAdapter.protectedSerialVersionUIDAdder(int api, ClassVisitor classVisitor) Constructs a newSerialVersionUIDAdder.SerialVersionUIDAdder(ClassVisitor classVisitor) Constructs a newSerialVersionUIDAdder.protectedStaticInitMerger(int api, String prefix, ClassVisitor classVisitor) Constructs a newStaticInitMerger.StaticInitMerger(String prefix, ClassVisitor classVisitor) Constructs a newStaticInitMerger. -
Uses of ClassVisitor in org.eclipse.persistence.internal.libraries.asm.tree
Subclasses of ClassVisitor in org.eclipse.persistence.internal.libraries.asm.treeMethods in org.eclipse.persistence.internal.libraries.asm.tree with parameters of type ClassVisitorModifier and TypeMethodDescriptionvoidClassNode.accept(ClassVisitor classVisitor) Makes the given class visitor visit this class.voidFieldNode.accept(ClassVisitor classVisitor) Makes the given class visitor visit this field.voidInnerClassNode.accept(ClassVisitor classVisitor) Makes the given class visitor visit this inner class.voidMethodNode.accept(ClassVisitor classVisitor) Makes the given class visitor visit this method.voidModuleNode.accept(ClassVisitor classVisitor) Makes the given class visitor visit this module.voidRecordComponentNode.accept(ClassVisitor classVisitor) Makes the given class visitor visit this record component.