|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueElement | |
|---|---|
| xtc.parser | |
| Uses of ValueElement in xtc.parser |
|---|
| Subclasses of ValueElement in xtc.parser | |
|---|---|
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. |
| Methods in xtc.parser with parameters of type ValueElement | |
|---|---|
Element |
ChoiceExpander.visit(ValueElement v)
Visit the specified value element. |
java.lang.Integer |
CostEstimator.visit(ValueElement v)
Visit the specified value element. |
Element |
ProductionVoider.visit(ValueElement e)
Visit the specified value element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||