viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.syntax.surface
/
SkipNode
Skip
Node
class
SkipNode
(
val
sourceLocation
:
SourceLocation
,
val
comment
:
String
?
=
null
)
:
SimpleStatementNode
A statement that does nothing.
Constructors
Functions
Properties
Constructors
Skip
Node
Link copied to clipboard
fun
SkipNode
(
sourceLocation
:
SourceLocation
,
comment
:
String
?
=
null
)
Functions
to
Document
Link copied to clipboard
override
fun
toDocument
(
)
:
Document
Properties
comment
Link copied to clipboard
open
override
val
comment
:
String
?
=
null
source
Location
Link copied to clipboard
open
override
val
sourceLocation
:
SourceLocation