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

Constructor Index

 o Prototype()
 o Prototype(String)

Method Index

 o clone()
 o get(String)
 o invoke(String, Object[])
 o invoke(String, Object[])
 o set(String, Object)
 o toString()

Constructors

 o Prototype
 public Prototype()
 o Prototype
 public Prototype(String name)

Methods

 o get
 public Object get(String name)
 o set
 public void set(String name,
                 Object value)
 o invoke
 public Object invoke(String name,
                      Object args[])
 o toString
 public String toString()
 o clone
 public Object clone()

All Packages  Class Hierarchy  This Package  Previous  Next  Index