|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.judoscript.ObjectType
public class ObjectType
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 |
---|
public ObjectType(java.lang.String name, ObjectType parent)
Method Detail |
---|
public java.lang.String getName()
public ObjectType getParent()
public void addFunction(Function f)
public Function getFunction(java.lang.String name)
public void dump(XMLWriter out)
dump
in interface XMLDumpable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |