viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.syntax.circuit
/
ReferenceNode
Reference
Node
class
ReferenceNode
(
val
name
:
VariableNode
,
val
sourceLocation
:
SourceLocation
)
:
IndexExpressionNode
Constructors
Functions
Properties
Constructors
Reference
Node
Link copied to clipboard
fun
ReferenceNode
(
name
:
VariableNode
,
sourceLocation
:
SourceLocation
)
Functions
to
Document
Link copied to clipboard
open
override
fun
toDocument
(
)
:
Document
Properties
name
Link copied to clipboard
val
name
:
VariableNode
source
Location
Link copied to clipboard
open
override
val
sourceLocation
:
SourceLocation