com.judoscript.bio
Class JavaExtension.Type

java.lang.Object
  extended by com.judoscript.bio.UserDefined.UserType
      extended by com.judoscript.bio.JavaExtension.Type
All Implemented Interfaces:
XMLDumpable, java.io.Serializable
Enclosing class:
JavaExtension

public static class JavaExtension.Type
extends UserDefined.UserType

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.judoscript.bio.UserDefined.UserType
fxns, name
 
Constructor Summary
JavaExtension.Type(java.lang.String name, java.lang.Class clazz, java.lang.Class[] parents)
           
 
Method Summary
 ObjectInstance create()
           
 void dump(XMLWriter out)
           
 
Methods inherited from class com.judoscript.bio.UserDefined.UserType
addFunction, addFunction, getConstructor, getFunction, getName, hasConstructor, hasFunction, setConstructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaExtension.Type

public JavaExtension.Type(java.lang.String name,
                          java.lang.Class clazz,
                          java.lang.Class[] parents)
Method Detail

dump

public void dump(XMLWriter out)

create

public ObjectInstance create()
Specified by:
create in class UserDefined.UserType