Class reflection.FunctionInfo - leonard-thieu/monkey GitHub Wiki
FunctionInfo objects describe functions declared by your program.
Attributes : Int ()
Name : String ()
ParameterTypes : ClassInfo[] ()
ReturnType : ClassInfo ()
FunctionInfo objects describe functions declared by your program.
Method Attributes : Int ()
Get function attributes.
Method Name : String ()
Get name of function.
Get function parameter types.
Method ReturnType : ClassInfo ()
Get return type of function.
Invoke function.