Function

To store information about a function

Constructors

this
this(string functionName, DataType functionReturnType, DataType[] functionArgTypes)

constructor

Members

Properties

argTypes
DataType[] argTypes [@property getter]

the data type of the arguments received by this function

argTypes
DataType[] argTypes [@property setter]

the data type of the arguments received by this function

Variables

name
string name;

the name of the function

returnType
DataType returnType;

the data type of the value returned by this function

Meta