Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

DecompilerPrinter Class Reference

List of all members.

Public Methods

 DecompilerPrinter ()
 DecompilerPrinter (int i)
void add (Vector x)
void disableIndent ()
void enableIndent ()
int getIndent ()
void print (String str)
void println (String str)
void reset ()
void setIndent (int i)
String toString ()

Private Attributes

StringBuffer s = new StringBuffer()
int indent = 0
final String indentString = " "
boolean beginLine = true
boolean doIndent = true

Detailed Description

DecompilerPrinter is a helper class to write things to the file output, pretty printed and (hopefully) do the line to annotation stuff.
Author:
Roby Joehanes
Version:
0.4.21

Definition at line 44 of file DecompilerPrinter.java.


Constructor & Destructor Documentation

DecompilerPrinter::DecompilerPrinter   [inline]
 

SlabsPrinter constructor comment.

Definition at line 54 of file DecompilerPrinter.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:08:47 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001