Class of objects describing a class of peanuts. Closest thing to a metaclass. See what is a class desciptor.
An object of this class describes a of a and supplies property .
Abstract superclass of meta objects.
Superclass for evaluation objects. Specifies and performs a call of a regular funcions (not a method). The advantage of evaluation objects is that they can be handed around, manipulated and be part of a data structure, to be executed on demand.
An object of this class describes a of a and supplies property .
An object of this class represents method call. It can make the call too.
An object of this class describes a of a
and supplies property .
An object of this class represents a navigational step starting from an object or an associative array. PntNavigations can be nested to create a navigational path.
In many places in the user interface not only can be specified, but also paths. This makes the user interface more flexible. PntNavigations can execute the navigation, retrieving the value of each property or key, then from that value the value of the next property or key and so on, answering the value of the last property or key. If one of the steps returns null, null is returned. For a PntNavigation to work with a property a getter methods must be available to acces its value.
Navigations specialized for PntObjects, using to access the . PntObjectNavigation also supports reasoning about navigations on a meta level, like getting the type of the results of navigating the entire path
An object of this class describes a property of a and supplies property . See
PntError specificly thrown by meta level code that retrieves peanuts.
|