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