| xtc.parser.Element xtc.parser.ParseTreeNode
Field Summary | |
public Binding | node The binding capturing the annotated node, which may be
null . | public List<Binding> | predecessors The bindings capturing the values preceding the annotated node. | public List<Binding> | successors The bindings capturing the values succeeding the annotated node. |
node | public Binding node(Code) | | The binding capturing the annotated node, which may be
null .
|
predecessors | public List<Binding> predecessors(Code) | | The bindings capturing the values preceding the annotated node.
|
successors | public List<Binding> successors(Code) | | The bindings capturing the values succeeding the annotated node.
|
ParseTreeNode | public ParseTreeNode(List<Binding> predecessors, Binding node, List<Binding> successors)(Code) | | Create a new parse tree node.
Parameters: predecessors - The predecessors. Parameters: node - The node. Parameters: successors - The successors. |
hashCode | public int hashCode()(Code) | | |
Methods inherited from xtc.parser.Element | abstract public Tag tag()(Code)(Java Doc)
|
|
|