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.
-
invoke(String, Object[])
-
invoke
public abstract Object invoke(String name,
Object args[])
All Packages Class Hierarchy This Package Previous Next Index