|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.asm.util.PrintClassVisitor
public abstract class 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. |
protected PrintWriter |
pw
The print writer to be used to print the class. |
protected List |
text
The text to be printed. |
| Constructor Summary | |
|---|---|
protected |
PrintClassVisitor(PrintWriter pw)
Constructs a new PrintClassVisitor object. |
| Method Summary | |
|---|---|
static Attribute[] |
getDefaultAttributes()
|
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 |
|---|
protected final List text
protected final StringBuffer buf
protected final PrintWriter pw
| Constructor Detail |
|---|
protected 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 ClassVisitorpublic static Attribute[] getDefaultAttributes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||