java.lang.Object
com.trapezium.vrml.VrmlElement
com.trapezium.vrml.SingleTokenElement
com.trapezium.vrml.MultipleTokenElement
com.trapezium.vrml.VrmlElementContainer
com.trapezium.vrml.grammar.Spec
- All Implemented Interfaces:
- java.io.Serializable, com.trapezium.pattern.VisitorPattern
- public class Spec
- extends com.trapezium.vrml.VrmlElementContainer
The scene graph component for a Spec node.
Spec nodes were used to generate source files in package
com.trapezium.vrml.node.generated. Re-architecture due to OutOfMemory
problem made generated nodes much less complex, probably should
eliminate these eventually.
Note: spec nodes & code generation no longer works. Probably need
to drop this altogether.
- Since:
- 1.0
- Version:
- 1.1, 25 Nov 1997
|
Constructor Summary |
Spec()
|
| 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 |
Spec
public Spec()