java.lang.Object
com.trapezium.vrml.VrmlElement
com.trapezium.vrml.SingleTokenElement
com.trapezium.vrml.Value
- All Implemented Interfaces:
- java.io.Serializable, com.trapezium.pattern.VisitorPattern
- public class Value
- extends SingleTokenElement
Scene graph component representing a value.
Due to performance and memory, values in nearly all cases are only
represented by this object when they have an associated error. In all
other cases, access to values is through the TokenEnumerator.
- Since:
- 1.0
- Version:
- 1.0, 17 Dec 1997
| Methods inherited from class com.trapezium.vrml.VrmlElement |
addChild, addWarning, contains, containsErrors, deregisterSelf, dump, dump, dumpUserDefined, fieldValueTraverse, getBaseName, getChildAt, getError, getLastChild, getParent, getRoot, getScene, getTokenEnumerator, isScene, numberChildren, removeChild, removeVrmlElement, setError, setParent, traverse, twoPassTraverse, vrmlClone |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Value
public Value(int tokenOffset)
Value
public Value(com.trapezium.parse.TokenEnumerator v)