Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
D
E
H
L
N
O
P
T
W
A
add(boolean)
- Method in class
Trans
add(byte)
- Method in class
Trans
add(double)
- Method in class
Trans
add(float)
- Method in class
Trans
add(char)
- Method in class
Trans
add(int)
- Method in class
Trans
add(long)
- Method in class
Trans
add(Object)
- Method in class
Trans
Adds object to the end of container, if not null.
add(short)
- Method in class
Trans
C
conc(boolean)
- Method in class
Trans
conc(byte)
- Method in class
Trans
conc(double)
- Method in class
Trans
conc(float)
- Method in class
Trans
conc(char)
- Method in class
Trans
conc(int)
- Method in class
Trans
conc(long)
- Method in class
Trans
conc(Object)
- Method in class
Trans
Object is concatenated, if not null.
conc(short)
- Method in class
Trans
concatenate
- Static variable in class
Trans
Internal flag object for concatenation of items, never to be printed itself neither used by user.
cr
- Static variable in class
Trans
System newline character(s) that are used when Trans is transformed to String.
D
defaultOffset
- Static variable in class
Trans
Default number of spaces before each nested level for all new containers.
E
equals(Object)
- Method in class
Trans
Compares whether parameter is also Trans and their toString() representation is same.
H
hashCode()
- Method in class
Trans
Returns a constant (0).
L
list
- Variable in class
Trans
Physical container.
N
newLine()
- Method in class
Trans
Adds system newline character(s).
O
offset
- Variable in class
Trans
Number of spaces written before each line of this container.
P
preadd(boolean)
- Method in class
Trans
preadd(byte)
- Method in class
Trans
preadd(double)
- Method in class
Trans
preadd(float)
- Method in class
Trans
preadd(char)
- Method in class
Trans
preadd(int)
- Method in class
Trans
preadd(long)
- Method in class
Trans
preadd(Object)
- Method in class
Trans
Adds object at the first place of container, if not null.
preadd(short)
- Method in class
Trans
preconc(boolean)
- Method in class
Trans
preconc(byte)
- Method in class
Trans
preconc(double)
- Method in class
Trans
preconc(float)
- Method in class
Trans
preconc(char)
- Method in class
Trans
preconc(int)
- Method in class
Trans
preconc(long)
- Method in class
Trans
preconc(Object)
- Method in class
Trans
Object is preconcatenated, if not null.
preconc(short)
- Method in class
Trans
T
toString()
- Method in class
Trans
Transforms to String, no first level offset made in this function, so direct items aren't indented.
Trans
- class
Trans
.
Trans is a
container of indented text objects
used alone or with JavaCC tool from
WebGain
for easy and rapid design and development of high-to-high language translators, scripting and template engines,
macro expanders, format transformers...
Trans()
- Constructor for class
Trans
Creates container with default offset.
Trans(int)
- Constructor for class
Trans
Creates container with specified offset.
Trans(Object)
- Constructor for class
Trans
Created container with default offset and specified item, if not null.
W
write(StringBuffer)
- Method in class
Trans
Writes content to end of passed buffer, and appends system newline character(s) to it.
write(StringBuffer, int, boolean)
- Method in class
Trans
Transforms container's content - all its items to String in recursion, managing indentation level and concatenation.
writeFile(String)
- Method in class
Trans
Writes content to file, and appends system newline character(s) to it.
A
C
D
E
H
L
N
O
P
T
W
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES