viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.syntax.circuit
/
BoundParameterNode
Bound
Parameter
Node
class
BoundParameterNode
(
val
name
:
VariableNode
,
val
sourceLocation
:
SourceLocation
)
:
Node
,
VariableDeclarationNode
Constructors
Functions
Properties
Constructors
Bound
Parameter
Node
Link copied to clipboard
fun
BoundParameterNode
(
name
:
VariableNode
,
sourceLocation
:
SourceLocation
)
Functions
to
Document
Link copied to clipboard
open
override
fun
toDocument
(
)
:
Document
Properties
name
Link copied to clipboard
open
override
val
name
:
VariableNode
The variable declared by this node.
source
Location
Link copied to clipboard
open
override
val
sourceLocation
:
SourceLocation