Uses of Class
org.eclipse.sisu.space.asm.ClassVisitor
Packages that use ClassVisitor
Package
Description
Customizable scanning of bean implementations.
-
Uses of ClassVisitor in org.eclipse.sisu.space
Methods in org.eclipse.sisu.space that return ClassVisitorModifier and TypeMethodDescriptionprivate static ClassVisitor
SpaceScanner.adapt
(ClassVisitor _cv) Adapts the givenClassVisitor
to its equivalent ASM form. -
Uses of ClassVisitor in org.eclipse.sisu.space.asm
Subclasses of ClassVisitor in org.eclipse.sisu.space.asmModifier and TypeClassDescriptionfinal class
AClassVisitor
that generates classes in bytecode form.Fields in org.eclipse.sisu.space.asm declared as ClassVisitorModifier and TypeFieldDescriptionprotected ClassVisitor
ClassVisitor.cv
The class visitor to which this visitor must delegate method calls.Methods in org.eclipse.sisu.space.asm with parameters of type ClassVisitorModifier and TypeMethodDescriptionvoid
ClassReader.accept
(ClassVisitor classVisitor, int flags) Makes the given visitor visit the Java class of thisClassReader
.void
ClassReader.accept
(ClassVisitor classVisitor, Attribute[] attrs, int flags) Makes the given visitor visit the Java class of thisClassReader
.private int
ClassReader.readField
(ClassVisitor classVisitor, Context context, int u) Reads a field and makes the given visitor visit it.private int
ClassReader.readMethod
(ClassVisitor classVisitor, Context context, int u) Reads a method and makes the given visitor visit it.Constructors in org.eclipse.sisu.space.asm with parameters of type ClassVisitorModifierConstructorDescriptionClassVisitor
(int api, ClassVisitor cv) Constructs a newClassVisitor
.