|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.asm.util.PrintClassVisitor
An abstract class visitor that prints the classes it visits.
Field Summary | |
protected StringBuffer |
buf
A buffer that can be used to create strings. |
static Attribute[] |
DEFAULT_ATTRIBUTES
|
protected PrintWriter |
pw
The print writer to be used to print the class. |
protected List |
text
The text to be printed. |
Constructor Summary | |
PrintClassVisitor(PrintWriter pw)
Constructs a new PrintClassVisitor object. |
Method Summary | |
void |
visitEnd()
Visits the end of the class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.asm.ClassVisitor |
visit, visitAttribute, visitField, visitInnerClass, visitMethod |
Field Detail |
public static final Attribute[] DEFAULT_ATTRIBUTES
protected final List text
protected final StringBuffer buf
protected final PrintWriter pw
Constructor Detail |
public PrintClassVisitor(PrintWriter pw)
PrintClassVisitor
object.
pw
- the print writer to be used to print the class.Method Detail |
public void visitEnd()
ClassVisitor
visitEnd
in interface ClassVisitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |