All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface pnuts.lang.AbstractData

public interface AbstractData
In Pnuts, method call of an object implements this interface causes a call of the invoke() method. See Pnuts Language Specification for details.


Method Index

 o invoke(String, Object[])

Methods

 o invoke
 public abstract Object invoke(String name,
                               Object args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index