Modifier and Type | Class and Description |
---|---|
class |
TopLinkClassWeaver
INTERNAL:
Weaves classes to allow them to support TopLink indirection.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassAdapter
An empty
ClassVisitor that delegates to another ClassVisitor . |
class |
ClassWriter
A
ClassVisitor that generates Java class files. |
Modifier and Type | Field and Description |
---|---|
protected ClassVisitor |
ClassAdapter.cv
The
ClassVisitor to which this adapter delegates
calls. |
Modifier and Type | Method and Description |
---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attrs,
boolean skipDebug)
Makes the given visitor visit the Java class of this
ClassReader . |
void |
ClassReader.accept(ClassVisitor classVisitor,
boolean skipDebug)
Makes the given visitor visit the Java class of this
ClassReader . |
Constructor and Description |
---|
ClassAdapter(ClassVisitor cv)
Constructs a new
ClassAdapter object. |
Modifier and Type | Class and Description |
---|---|
class |
TreeClassAdapter
A
ClassAdapter that constructs a tree representation of
the classes it vists. |
Modifier and Type | Method and Description |
---|---|
void |
FieldNode.accept(ClassVisitor cv)
Makes the given class visitor visit this field.
|
void |
MethodNode.accept(ClassVisitor cv)
Makes the given class visitor visit this method.
|
void |
ClassNode.accept(ClassVisitor cv)
Makes the given class visitor visit this class.
|
void |
InnerClassNode.accept(ClassVisitor cv)
Makes the given class visitor visit this inner class.
|
Constructor and Description |
---|
TreeClassAdapter(ClassVisitor cv)
Constructs a new
TreeClassAdapter object. |
Modifier and Type | Class and Description |
---|---|
class |
ASMifierClassVisitor
A
PrintClassVisitor that prints the ASM code that
generates the classes it visits. |
class |
CheckClassAdapter
A
ClassAdapter that checks that its methods are properly
used. |
class |
PrintClassVisitor
An abstract class visitor that prints the classes it visits.
|
class |
TraceClassVisitor
A
PrintClassVisitor that prints a disassembled
view of the classes it visits. |
Modifier and Type | Field and Description |
---|---|
protected ClassVisitor |
TraceClassVisitor.cv
The
ClassVisitor to which this visitor delegates
calls. |
Constructor and Description |
---|
CheckClassAdapter(ClassVisitor cv)
Constructs a new
CheckClassAdapter object. |
TraceClassVisitor(ClassVisitor cv,
PrintWriter pw)
Constructs a new
TraceClassVisitor object. |
Modifier and Type | Class and Description |
---|---|
class |
SAXClassAdapter
A
ClassVisitor that generates SAX 2.0
events from the visited class. |
Copyright © 2022. All rights reserved.