Uses of Interface
xtc.parser.InternalElement

Packages that use InternalElement
xtc.parser   
 

Uses of InternalElement in xtc.parser
 

Classes in xtc.parser that implement InternalElement
 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 CharSwitch
          A character switch terminal.
 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 ParseTreeNode
          Element to create a parse tree node capturing formatting.
 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.
 class ValueElement
          The superclass of all value elements.
 

Methods in xtc.parser with parameters of type InternalElement
 void Resolver.visit(InternalElement e)
          Analyze the specified internal element.
 



Copyright © 2012. All Rights Reserved.