ParameterNode
class ParameterNode(val name: VariableNode, val type: ArrayTypeNode, val protocol: ProtocolNode, val sourceLocation: SourceLocation) : Node, VariableDeclarationNode
A parameter to a function declaration.
Constructors
Link copied to clipboard
fun ParameterNode(name: VariableNode, type: ArrayTypeNode, protocol: ProtocolNode, sourceLocation: SourceLocation)