| Class | Description |
|---|---|
| ClassFunction |
Returns a class.
Usage: string classReturns the class of the given name. |
| ConstructorFunction |
Returns a constructor.
Usage: class string constructorReturns the constructor of the given class and declaration. |
| FieldFunction |
Returns a field.
Usage: class string fieldReturns the field of the given class and declaration. |
| InvokeFunction |
Invokes a method.
Usage: object parameters method invokeReturns the result of the invocation if any. |
| MethodFunction |
Returns a method.
Usage: class string methodReturns the method of the given class and declaration. |
| NewFunction |
Create an object.
|
| NullFunction |
Return NULL.
|
Copyright ? 2002 Romain Guy.