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

Quick Search    Search Deep

Package com.trapezium.vrml.grammar

Interface Summary
DEFNameFactory The DEFNameFactory provides an interface option for the VRML97parser that allows it to automatically generate DEF names for nodes that do not have DEF names.
 

Class Summary
BuiltInNodeRule Creates built in VRML node scene graph components.
DEFRule Creates a DEF node scene graph component.
DEFuserFieldDescriptor An MFFieldDescriptor which optionally references a DEF node.
ExternInterfaceDeclarationRule Creates an interface declaration.
EXTERNPROTORule Creates an EXTERNPROTO scene graph component.
FieldDescriptor Describes attributes of a VRML node field.
FieldFactory Creates a VRML node field scene graph component.
GrammarRule Grammar rule entry/exit debugging prints.
InterfaceDeclarationRule Creates an interface field scene graph component.
MFFieldDescriptor Describes limits of a VRML node MF field.
NodeBodyRule Creates the scene graph component representing the body of a node.
NodeRule Creates a PROTO, Script, or built int VRML node scene graph component.
NodeStatementRule Creates the scene graph component for a node This is the only part of the grammar other than the VRML97parser that is publicly accessible.
PROTONodeRule Creates the scene graph component for a PROTO instance.
PROTORule Creates the scene graph component for a PROTO declaration.
RestrictedInterfaceDeclarationRule Creates the scene graph component for a eventIn, eventOut & fields.
ROUTERule Creates the scene graph component for a ROUTE.
ScriptGutRule Creates the scene graph component for the internals of a Script node.
ScriptNodeRule Creates the scene graph component for a Script node.
ScriptRestrictedInterfaceDeclarationRule Creates the scene graph component for a eventIn, eventOut & fields, allows IS initializations if contained in PROTO.
Spec The scene graph component for a Spec node.
SpecNode Creates the scene graph component for a Spec node.
SpecNodeRule Process the file we are using to generate built in node classes.
SpecRule Creates the scene graph component for a Spec node.
Spelling Static public methods for guessing at intended spelling of words.
StatementRule Creates the scene graph component for a node, PROTO, or ROUTE.
Table7 Table7 handles all the VRML97 base profile conformance limits, from Table 7 of the VRML97 specification.
USERule Creates the scene graph component for a USE node.
VRML97 Static public methods about the VRML specification.
VRML97parser Main class for parsing a VRML 2.0 file.