Struct Method
class StructMethod( val name: Identifier, val parameters: Array<FunctionParameter>, val retType: Type, val body: Block)
Content copied to clipboard
Represents the definition of a method on a structure.
Constructors
Link copied to clipboard
fun StructMethod( name: Identifier, parameters: Array<FunctionParameter>, retType: Type, body: Block)
Content copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
a list of parameters that must be passed as arguments during invocation.