|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractLeaf | |
---|---|
flattree.tree |
Uses of AbstractLeaf in flattree.tree |
---|
Subclasses of AbstractLeaf in flattree.tree | |
---|---|
class |
ConstantLeaf
A Leaf writing/reading constant characters without value in the tree. |
class |
DelimitedLeaf
A Leaf which writes and reads characters bounded by a delimiter. |
class |
EscapedDelimitedLeaf
A DelimitedLeaf which escapes delimiters contained in its value. |
class |
FixedLengthLeaf
An Leaf which writes and reads characters bounded by a fixed length. |
class |
JumpLeaf
A Leaf which jumps to a configured column - fails on
Leaf.write(WriteLine, State) if the current column doesn't match. |
class |
PaddedFixedLengthLeaf
A FixedLengthLeaf which pads its value to fit into the configured length. |
class |
QuotedDelimitedLeaf
A DelimitedLeaf which quotes its value. |
class |
SkipLeaf
A Leaf which skips a configured length of characters - supports
Leaf.read(ReadLine, State) only. |
class |
SyntheticLeaf
A Leaf for a synthetic value in the tree without a flat
representation. |
class |
ValueLeaf
Base class for leaves with a value. |
Methods in flattree.tree that return AbstractLeaf | |
---|---|
AbstractLeaf |
AbstractLeaf.throwOnRead()
Convenience mutator supporting method chaining. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |