viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.syntax.intermediate
/
DeclarationNode
/
DeclarationNode
Declaration
Node
fun
DeclarationNode
(
name
:
ObjectVariableNode
,
objectType
:
ObjectTypeNode
,
arguments
:
Arguments
<
AtomicExpressionNode
>
,
protocol
:
ProtocolNode
?
,
sourceLocation
:
SourceLocation
)