All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.vrml.parser.Proto

java.lang.Object
   |
   +----berkeley.cs.dmc.vrml.parser.Scene
           |
           +----berkeley.cs.dmc.vrml.parser.Proto

public class Proto
extends Scene

Variable Index

 o name

Constructor Index

 o Proto(String)

Method Index

 o addEventIn(Token, Token)
 o addEventOut(Token, Token)
 o addExposedField(Token, Token, Field)
 o addField(Token, Token, Field)
 o dump(String, PrintStream)
 o dumpInterface(String, PrintStream)
 o dumpTable(String, String, Hashtable, PrintStream)
 o equals(Object)
 o getFieldType(String)
 o is(VRMLParser, ParserNode, Token, Token)

Variables

 o name
 public String name

Constructors

 o Proto
 public Proto(String name)

Methods

 o addEventIn
 public void addEventIn(Token t,
                        Token n)
 o addEventOut
 public void addEventOut(Token t,
                         Token n)
 o addField
 public void addField(Token t,
                      Token n,
                      Field val)
 o addExposedField
 public void addExposedField(Token t,
                             Token n,
                             Field val)
 o getFieldType
 public int getFieldType(String name)
 o is
 public void is(VRMLParser parser,
                ParserNode node,
                Token id,
                Token is)
Overrides:
is in class Scene
 o equals
 public boolean equals(Object obj)
Overrides:
equals in class Object
 o dumpTable
 protected void dumpTable(String indent,
                          String header,
                          Hashtable table,
                          PrintStream out)
 o dumpInterface
 protected void dumpInterface(String indent,
                              PrintStream out)
 o dump
 public void dump(String indent,
                  PrintStream out)
Overrides:
dump in class Scene

All Packages  Class Hierarchy  This Package  Previous  Next  Index