viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.syntax.circuit
/
LiteralNode
Literal
Node
class
LiteralNode
(
val
value
:
Value
,
val
sourceLocation
:
SourceLocation
)
:
IndexExpressionNode
A literal constant.
Constructors
Functions
Properties
Constructors
Literal
Node
Link copied to clipboard
fun
LiteralNode
(
value
:
Value
,
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
value
Link copied to clipboard
val
value
:
Value