Uses of Interface
org.objectweb.asm.FieldVisitor
Packages that use FieldVisitor
Package
Description
Provides a small and fast bytecode manipulation framework.
Provides some useful class and method adapters.
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
Provides ASM visitors that can be useful for programming and
debugging purposes.
Provides SAX 2.0 adapters for ASM
visitors to convert classes to and from XML.
-
Uses of FieldVisitor in org.objectweb.asm
Methods in org.objectweb.asm that return FieldVisitorModifier and TypeMethodDescriptionClassAdapter.visitField(int access, String name, String desc, String signature, Object value) ClassVisitor.visitField(int access, String name, String desc, String signature, Object value) Visits a field of the class.ClassWriter.visitField(int access, String name, String desc, String signature, Object value) -
Uses of FieldVisitor in org.objectweb.asm.commons
Classes in org.objectweb.asm.commons that implement FieldVisitorModifier and TypeClassDescriptionclassAn empty implementation of the ASM visitor interfaces.classAFieldVisitoradapter for type remapping.Methods in org.objectweb.asm.commons that return FieldVisitorModifier and TypeMethodDescriptionprotected FieldVisitorRemappingClassAdapter.createRemappingFieldAdapter(FieldVisitor fv) EmptyVisitor.visitField(int access, String name, String desc, String signature, Object value) RemappingClassAdapter.visitField(int access, String name, String desc, String signature, Object value) SerialVersionUIDAdder.visitField(int access, String name, String desc, String signature, Object value) Methods in org.objectweb.asm.commons with parameters of type FieldVisitorModifier and TypeMethodDescriptionprotected FieldVisitorRemappingClassAdapter.createRemappingFieldAdapter(FieldVisitor fv) Constructors in org.objectweb.asm.commons with parameters of type FieldVisitor -
Uses of FieldVisitor in org.objectweb.asm.tree
Classes in org.objectweb.asm.tree that implement FieldVisitorMethods in org.objectweb.asm.tree that return FieldVisitorModifier and TypeMethodDescriptionClassNode.visitField(int access, String name, String desc, String signature, Object value) -
Uses of FieldVisitor in org.objectweb.asm.util
Classes in org.objectweb.asm.util that implement FieldVisitorModifier and TypeClassDescriptionclassAFieldVisitorthat prints the ASM code that generates the fields it visits.classAFieldVisitorthat checks that its methods are properly used.classAFieldVisitorthat prints a disassembled view of the fields it visits.Fields in org.objectweb.asm.util declared as FieldVisitorModifier and TypeFieldDescriptionprotected FieldVisitorTraceFieldVisitor.fvTheFieldVisitorto which this visitor delegates calls.Methods in org.objectweb.asm.util that return FieldVisitorModifier and TypeMethodDescriptionASMifierClassVisitor.visitField(int access, String name, String desc, String signature, Object value) CheckClassAdapter.visitField(int access, String name, String desc, String signature, Object value) TraceClassVisitor.visitField(int access, String name, String desc, String signature, Object value) Constructors in org.objectweb.asm.util with parameters of type FieldVisitor -
Uses of FieldVisitor in org.objectweb.asm.xml
Classes in org.objectweb.asm.xml that implement FieldVisitorMethods in org.objectweb.asm.xml that return FieldVisitorModifier and TypeMethodDescriptionSAXClassAdapter.visitField(int access, String name, String desc, String signature, Object value)