Cerberus X Documentation

Class FunctionInfo

FunctionInfo objects describe functions declared by your program. More...

Declarations

Properties
Attributes : Int () Get function attributes.
Name : String () Get name of function.
ParameterTypes : ClassInfo[] () Get function parameter types.
ReturnType : ClassInfo () Get return type of function.
Methods
Invoke : Object ( args:Object[] ) Invoke function.

Detailed Discussion

FunctionInfo objects describe functions declared by your program.


Properties Documentation

Method Attributes : Int () Property

Get function attributes.

Method Name : String () Property

Get name of function.

Method ParameterTypes : ClassInfo[] () Property

Get function parameter types.

Method ReturnType : ClassInfo () Property

Get return type of function.


Methods Documentation