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