Function Data
data class FunctionData(inferred: Boolean, firstTime: Boolean, parameters: List<ParameterNode>, type: Type) : SymbolTableData
Content copied to clipboard
Function data
Stores information on parameter types and return type of functions
Constructors
FunctionData
Link copied to clipboard
fun FunctionData(inferred: Boolean, firstTime: Boolean, parameters: List<ParameterNode>, type: Type)
Content copied to clipboard
Create empty Function data
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
fun copy(inferred: Boolean, firstTime: Boolean, parameters: List<ParameterNode>, type: Type): FunctionData
Content copied to clipboard