All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- CFDriver().
Constructor for class com.ibm.cf.CFDriver
- Not used.
- CodeFormatter().
Constructor for class com.ibm.cf.CodeFormatter
-
- DEFAULT_DELIM.
Static variable in class com.ibm.cf.CodeFormatter
- The default set of delimiters.
- DEFAULT_MAX.
Static variable in class com.ibm.cf.CodeFormatter
- The default maximum line length.
- DEFAULT_S_DELIM.
Static variable in class com.ibm.cf.CodeFormatter
- The default set of sticky delimiters.
- DEFAULT_STEP.
Static variable in class com.ibm.cf.CodeFormatter
- The default size of the indentation step.
- formatCode(Reader, Writer).
Method in class com.ibm.cf.CodeFormatter
- Formats the code read from
source, and writes the formatted
code to target.
- getDelimiters().
Method in class com.ibm.cf.CodeFormatter
- Gets the set of delimiters.
- getIndentationStep().
Method in class com.ibm.cf.CodeFormatter
- Gets the size of the indentation step.
- getMaxLineLength().
Method in class com.ibm.cf.CodeFormatter
- Gets the maximum line length.
- getStickyDelimiters().
Method in class com.ibm.cf.CodeFormatter
- Gets the set of sticky delimiters.
- main(String[]).
Static method in class com.ibm.cf.CFDriver
- A driver for
CodeFormatter.
- setDelimiters(String).
Method in class com.ibm.cf.CodeFormatter
- Sets the set of delimiters; default set is
"(+".
- setIndentationStep(int).
Method in class com.ibm.cf.CodeFormatter
- Sets the size of the indentation step; default size is
2.
- setMaxLineLength(int).
Method in class com.ibm.cf.CodeFormatter
- Sets the (desired) maximum line length; default length is
74.
- setStickyDelimiters(String).
Method in class com.ibm.cf.CodeFormatter
- Sets the set of sticky delimiters; default set is
",".