| Package | Description |
|---|---|
| xtc.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionBaseValue
Element to set the semantic value to the result of applying a list
of
actions. |
class |
BindingValue
Element to set the semantic value to a binding.
|
class |
EmptyListValue
Element to set the semantic value to a new empty list.
|
class |
GenericActionValue
Element to set the semantic value to an
action. |
class |
GenericNodeValue
Element to set the semantic value to a
generic node. |
class |
GenericRecursionValue
Element to set the semantic value to a list of
actions. |
class |
GenericValue
The superclass of all value elements specifying a generic node as
the semantic value.
|
class |
ListValue
The superclass of all value elements specifying a list as the
semantic value.
|
class |
NullValue
Element to set the semantic value to
null. |
class |
ProperListValue
Element to set the semantic value to a list.
|
class |
StringValue
Element to set the semantic value to a string.
|
class |
TokenValue
Element to collect a production's text as a token.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
ProductionVoider.visit(ValueElement e)
Visit the specified value element.
|
Element |
ChoiceExpander.visit(ValueElement v)
Visit the specified value element.
|
java.lang.Integer |
CostEstimator.visit(ValueElement v)
Visit the specified value element.
|
Copyright © 2014. All Rights Reserved.