Uses of Class
org.eclipse.persistence.internal.libraries.asm.FieldVisitor
Packages that use FieldVisitor
Package
Description
-
Uses of FieldVisitor in org.eclipse.persistence.internal.libraries.asm
Subclasses of FieldVisitor in org.eclipse.persistence.internal.libraries.asmFields in org.eclipse.persistence.internal.libraries.asm declared as FieldVisitorModifier and TypeFieldDescriptionprotected FieldVisitorFieldVisitor.fvThe field visitor to which this visitor must delegate method calls.Methods in org.eclipse.persistence.internal.libraries.asm that return FieldVisitorModifier and TypeMethodDescriptionFieldVisitor.getDelegate()The field visitor to which this visitor must delegate method calls.ClassVisitor.visitField(int access, String name, String descriptor, String signature, Object value) Visits a field of the class.final FieldVisitorClassWriter.visitField(int access, String name, String descriptor, String signature, Object value) Constructors in org.eclipse.persistence.internal.libraries.asm with parameters of type FieldVisitorModifierConstructorDescriptionEclipseLinkFieldVisitor(FieldVisitor fieldVisitor) protectedFieldVisitor(int api, FieldVisitor fieldVisitor) Constructs a newFieldVisitor. -
Uses of FieldVisitor in org.eclipse.persistence.internal.libraries.asm.commons
Subclasses of FieldVisitor in org.eclipse.persistence.internal.libraries.asm.commonsMethods in org.eclipse.persistence.internal.libraries.asm.commons that return FieldVisitorModifier and TypeMethodDescriptionprotected FieldVisitorClassRemapper.createFieldRemapper(FieldVisitor fieldVisitor) Constructs a new remapper for fields.ClassRemapper.visitField(int access, String name, String descriptor, String signature, Object value) SerialVersionUIDAdder.visitField(int access, String name, String desc, String signature, Object value) Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type FieldVisitorModifier and TypeMethodDescriptionprotected FieldVisitorClassRemapper.createFieldRemapper(FieldVisitor fieldVisitor) Constructs a new remapper for fields.Constructors in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type FieldVisitorModifierConstructorDescriptionprotectedFieldRemapper(int api, FieldVisitor fieldVisitor, Remapper remapper) Constructs a newFieldRemapper.FieldRemapper(FieldVisitor fieldVisitor, Remapper remapper) Constructs a newFieldRemapper. -
Uses of FieldVisitor in org.eclipse.persistence.internal.libraries.asm.tree
Subclasses of FieldVisitor in org.eclipse.persistence.internal.libraries.asm.treeMethods in org.eclipse.persistence.internal.libraries.asm.tree that return FieldVisitorModifier and TypeMethodDescriptionClassNode.visitField(int access, String name, String descriptor, String signature, Object value)