Uses of Class
org.eclipse.persistence.internal.libraries.asm.FieldVisitor
-
Packages that use FieldVisitor Package Description org.eclipse.persistence.internal.libraries.asm org.eclipse.persistence.internal.libraries.asm.commons org.eclipse.persistence.internal.libraries.asm.tree -
-
Uses of FieldVisitor in org.eclipse.persistence.internal.libraries.asm
Subclasses of FieldVisitor in org.eclipse.persistence.internal.libraries.asm Modifier and Type Class Description classEclipseLinkFieldVisitorFields in org.eclipse.persistence.internal.libraries.asm declared as FieldVisitor Modifier and Type Field Description protected FieldVisitorFieldVisitor. fvThe field visitor to which this visitor must delegate method calls.Methods in org.eclipse.persistence.internal.libraries.asm that return FieldVisitor Modifier and Type Method Description FieldVisitorClassVisitor. visitField(int access, String name, String descriptor, String signature, Object value)Visits a field of the class.FieldVisitorClassWriter. visitField(int access, String name, String descriptor, String signature, Object value)Constructors in org.eclipse.persistence.internal.libraries.asm with parameters of type FieldVisitor Constructor Description EclipseLinkFieldVisitor(FieldVisitor fieldVisitor)FieldVisitor(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.commons Modifier and Type Class Description classFieldRemapperAFieldVisitorthat remaps types with aRemapper.Methods in org.eclipse.persistence.internal.libraries.asm.commons that return FieldVisitor Modifier and Type Method Description protected FieldVisitorClassRemapper. createFieldRemapper(FieldVisitor fieldVisitor)Constructs a new remapper for fields.FieldVisitorClassRemapper. visitField(int access, String name, String descriptor, String signature, Object value)FieldVisitorSerialVersionUIDAdder. visitField(int access, String name, String desc, String signature, Object value)Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type FieldVisitor Modifier and Type Method Description protected FieldVisitorClassRemapper. createFieldRemapper(FieldVisitor fieldVisitor)Constructs a new remapper for fields.Constructors in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type FieldVisitor Constructor Description FieldRemapper(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.tree Modifier and Type Class Description classFieldNodeA node that represents a field.Methods in org.eclipse.persistence.internal.libraries.asm.tree that return FieldVisitor Modifier and Type Method Description FieldVisitorClassNode. visitField(int access, String name, String descriptor, String signature, Object value)
-