com.judoscript
Class ObjectType

java.lang.Object
  extended by com.judoscript.ObjectType
All Implemented Interfaces:
XMLDumpable

public class ObjectType
extends java.lang.Object
implements XMLDumpable


Constructor Summary
ObjectType(java.lang.String name, ObjectType parent)
           
 
Method Summary
 void addFunction(Function f)
           
 void dump(XMLWriter out)
           
 Function getFunction(java.lang.String name)
           
 java.lang.String getName()
           
 ObjectType getParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectType

public ObjectType(java.lang.String name,
                  ObjectType parent)
Method Detail

getName

public java.lang.String getName()

getParent

public ObjectType getParent()

addFunction

public void addFunction(Function f)

getFunction

public Function getFunction(java.lang.String name)

dump

public void dump(XMLWriter out)
Specified by:
dump in interface XMLDumpable