Monkey Documentation

Class FunctionInfo

FunctionInfo objects describe functions declared by your program.


Properties:
Methods:
  • Invoke : Object ( args:Object[] )

Property 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.


Method Documentation

Method Invoke : Object ( args:Object[] )

Invoke function.