viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.syntax.circuit
/
ReturnNode
Return
Node
class
ReturnNode
(
val
values
:
Arguments
<
PureExpressionNode
>
,
val
sourceLocation
:
SourceLocation
)
:
StatementNode
Constructors
Functions
Properties
Constructors
Return
Node
Link copied to clipboard
fun
ReturnNode
(
values
:
Arguments
<
PureExpressionNode
>
,
sourceLocation
:
SourceLocation
)
Functions
to
Document
Link copied to clipboard
open
override
fun
toDocument
(
)
:
Document
Properties
source
Location
Link copied to clipboard
open
override
val
sourceLocation
:
SourceLocation
values
Link copied to clipboard
val
values
:
Arguments
<
PureExpressionNode
>