Method Attributes : Int () Property
Get function attributes.
Impressum, Datenschutzerklärung
FunctionInfo objects describe functions declared by your program. More...
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. |
FunctionInfo objects describe functions declared by your program.
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.
Method Invoke : Object ( args:Object[] )
Invoke function.