| java.lang.Object xtc.tree.Node xtc.parser.Element
All known Subclasses: xtc.parser.OrderedChoice, xtc.parser.Sequence, xtc.parser.NodeMarker, xtc.parser.Action, xtc.parser.ValueElement, xtc.parser.Terminal, xtc.parser.NullLiteral, xtc.parser.NonTerminal, xtc.parser.ParseTreeNode, xtc.parser.UnaryOperator,
Element | abstract public class Element extends Node (Code) | | The superclass of all grammar elements.
author: Robert Grimm version: $Revision: 1.13 $ |
Inner Class :public static enum Tag | |
Constructor Summary | |
public | Element() Create a new element. |
Method Summary | |
abstract public Tag | tag() Get this element's tag. |
Element | public Element()(Code) | | Create a new element.
|
tag | abstract public Tag tag()(Code) | | Get this element's tag.
The tag. |
|
|