flattree.tree
Class SyntheticNode
java.lang.Object
flattree.tree.AbstractNode
flattree.tree.SyntheticNode
- All Implemented Interfaces:
- Node
public class SyntheticNode
- extends AbstractNode
A synthetic Node
in the tree without a flat representation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyntheticNode
public SyntheticNode()
SyntheticNode
public SyntheticNode(String name)
beforeRead
protected ReadLine beforeRead(ReadLine line)
- Limits the given line to a zero length.
- Overrides:
beforeRead
in class AbstractNode
- Parameters:
line
- line to wrap before read
- Returns:
- line to read from
beforeWrite
protected WriteLine beforeWrite(WriteLine line)
- Limits the given line to a zero length.
- Overrides:
beforeWrite
in class AbstractNode
- Parameters:
line
- line to wrap before write
- Returns:
- line to write to
Copyright © 2011. All Rights Reserved.