viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.syntax.surface
/
BlockNode
/
BlockNode
Block
Node
fun
BlockNode
(
statements
:
List
<
StatementNode
>
,
sourceLocation
:
SourceLocation
,
comment
:
String
?
=
null
)
fun
BlockNode
(
vararg
statements
:
StatementNode
,
sourceLocation
:
SourceLocation
,
comment
:
String
?
=
null
)