Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.trapezium.vrml
Class Value  view Value download Value.java

java.lang.Object
  extended bycom.trapezium.vrml.VrmlElement
      extended bycom.trapezium.vrml.SingleTokenElement
          extended bycom.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

Field Summary
 
Fields inherited from class com.trapezium.vrml.SingleTokenElement
firstTokenOffset
 
Fields inherited from class com.trapezium.vrml.VrmlElement
baseProfile, children, createCount, disableBaseProfile, errorString, noUnusedDEFwarning, nowarning, parent
 
Constructor Summary
Value(int tokenOffset)
           
Value(com.trapezium.parse.TokenEnumerator v)
           
 
Methods inherited from class com.trapezium.vrml.SingleTokenElement
adjust, getFirstTokenOffset, getLastTokenOffset, getName, isTraversable, setFirstTokenOffset, setLastTokenOffset
 
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
 

Constructor Detail

Value

public Value(int tokenOffset)

Value

public Value(com.trapezium.parse.TokenEnumerator v)