ParameterNode
class ParameterNode(val name: ObjectVariableNode, val parameterDirection: ParameterDirection, val objectType: ObjectTypeNode, val protocol: ProtocolNode?, val sourceLocation: SourceLocation) : Node, ObjectVariableDeclarationNode
A parameter to a function declaration.
Constructors
Link copied to clipboard
fun ParameterNode(name: ObjectVariableNode, parameterDirection: ParameterDirection, objectType: ObjectTypeNode, protocol: ProtocolNode?, sourceLocation: SourceLocation)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns a representation of this node in the surface syntax.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Extensions
Link copied to clipboard
Returns this node and all its descendants in post order.
Link copied to clipboard
Link copied to clipboard
A FreshNameGenerator that will avoid all Variable names in this node.