Uses of Class
org.objectweb.asm.ClassVisitor
Packages that use ClassVisitor
-
Uses of ClassVisitor in org.objectweb.asm
Subclasses of ClassVisitor in org.objectweb.asmModifier and TypeClassDescriptionclass
AClassVisitor
that generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).Fields in org.objectweb.asm declared as ClassVisitorModifier and TypeFieldDescriptionprotected ClassVisitor
ClassVisitor.cv
The class visitor to which this visitor must delegate method calls.Methods in org.objectweb.asm that return ClassVisitorModifier and TypeMethodDescriptionClassVisitor.getDelegate()
The class visitor to which this visitor must delegate method calls.Methods in org.objectweb.asm with parameters of type ClassVisitorModifier and TypeMethodDescriptionvoid
ClassReader.accept
(ClassVisitor classVisitor, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader
.void
ClassReader.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.objectweb.asm with parameters of type ClassVisitorModifierConstructorDescriptionprotected
ClassVisitor
(int api, ClassVisitor classVisitor) Constructs a newClassVisitor
.