xtc.parser
Class ValueElement

java.lang.Object
  extended by xtc.tree.Node
      extended by xtc.parser.Element
          extended by xtc.parser.ValueElement
All Implemented Interfaces:
java.lang.Iterable<java.lang.Object>, InternalElement, Locatable
Direct Known Subclasses:
ActionBaseValue, BindingValue, GenericValue, ListValue, NullValue, StringValue, TokenValue

public abstract class ValueElement
extends Element
implements InternalElement

The superclass of all value elements. Value elements are internal elements that specify an explicit semantic value.

Version:
$Revision: 1.3 $
Author:
Robert Grimm

Nested Class Summary
 
Nested classes/interfaces inherited from class xtc.parser.Element
Element.Tag
 
Constructor Summary
ValueElement()
          Create a new value element.
 
Method Summary
 
Methods inherited from class xtc.parser.Element
tag
 
Methods inherited from class xtc.tree.Node
add, add, addAll, addAll, addAll, addAll, addAllTo, addNode, contains, get, getBoolean, getBooleanProperty, getGeneric, getList, getLocation, getName, getNode, getProperty, getString, getStringProperty, getTokenText, hasLocation, hasName, hasProperty, hasTraversal, hasVariable, indexOf, isAnnotation, isEmpty, isGeneric, isList, isToken, iterator, lastIndexOf, properties, remove, removeProperty, set, setLocation, setLocation, setProperty, size, strip, toAnnotation, toList, toString, toToken, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueElement

public ValueElement()
Create a new value element.



Copyright © 2012. All Rights Reserved.