All Packages Class Hierarchy This Package Previous Next Index
Class pnuts.ext.Prototype
pnuts.ext.Prototype
- public class Prototype
- implements AbstractData
An implementation of prototype-based Inheritance, which is simillar to that of ECMAScript.
See Pnuts User's Guide for details.
- See Also:
- AbstractData
-
Prototype()
-
-
Prototype(String)
-
-
clone()
-
-
get(String)
-
-
invoke(String, Object[])
-
-
invoke(String, Object[])
-
-
set(String, Object)
-
-
toString()
-
Prototype
public Prototype()
Prototype
public Prototype(String name)
get
public Object get(String name)
set
public void set(String name,
Object value)
invoke
public Object invoke(String name,
Object args[])
toString
public String toString()
clone
public Object clone()
All Packages Class Hierarchy This Package Previous Next Index