| xtc.parser.Element xtc.parser.ValueElement xtc.parser.GenericValue xtc.parser.GenericActionValue
All known Subclasses: xtc.parser.GenericRecursionValue,
GenericActionValue | public class GenericActionValue extends GenericValue (Code) | | Element to set the semantic value to an
xtc.util.Actionaction . This element sets the semantic value to an action that
produces a generic node. The generic node's children are a
production's component expressions, with the action's argument
being the first child.
author: Robert Grimm version: $Revision: 1.9 $ |
Field Summary | |
final public String | first The name of the action's argument, which also becomes the generic
node's first child. |
first | final public String first(Code) | | The name of the action's argument, which also becomes the generic
node's first child.
|
GenericActionValue | public GenericActionValue(String name, String first, List<Binding> children, List<Binding> formatting)(Code) | | Create a new generic action value.
Parameters: name - The name of the generic node. Parameters: first - The action's argument. Parameters: children - The list of children. Parameters: formatting - The list of bindings for formatting. |
hashCode | public int hashCode()(Code) | | |
Methods inherited from xtc.parser.Element | abstract public Tag tag()(Code)(Java Doc)
|
|
|