gnu.bytecode
public class ClassTypeWriter extends PrintWriter
| Constructor Summary | |
|---|---|
| ClassTypeWriter(ClassType ctype, PrintWriter stream, int flags) | |
| ClassTypeWriter(ClassType ctype, PrintStream stream, int flags) | |
| Method Summary | |
|---|---|
| static void | print(ClassType ctype, PrintWriter stream, int flags) |
| static void | print(ClassType ctype, PrintStream stream, int flags) |
| void | print() |
| void | printAttributes(AttrContainer container) |
| void | printClassInfo() |
| void | printConstantPool() |
| void | printFields() |
| void | printMethods() |
| void | printOptionalIndex(int index) |
| void | printOptionalIndex(CpoolEntry entry) |
| void | printQuotedString(String string) |
| int | printSignature(String sig, int pos) Print in Java source form one type from a signature string. |
| void | printSignature(String sig) Print a signature string in Java source. |
| void | printSignature(Type type) |
Parameters: sig the signature string to print pos the index in sig to start with
Returns: the index following the signature of one type.
Parameters: sig the signature string to print