lin
/
com.github.adriantodt.lin.ast.node
/
Node
/
Multi
Multi
interface
Multi
:
Node
Content copied to clipboard
Interfaces implementing this have multiple nodes inside.
Functions
Properties
Inheritors
Functions
accept
Link copied to clipboard
abstract fun
accept
(visitor:
NodeMapVisitor
):
Node
Content copied to clipboard
abstract fun
accept
(visitor:
NodeVisitor
)
Content copied to clipboard
abstract fun <
R
>
accept
(visitor:
NodeVisitorR
<
R
>):
R
Content copied to clipboard
abstract fun <
T
>
accept
(visitor:
NodeVisitor1
<
T
>, param0:
T
)
Content copied to clipboard
last
Node
Link copied to clipboard
abstract fun
lastNode
():
Node
Content copied to clipboard
nodes
Link copied to clipboard
abstract fun
nodes
():
List
<
Node
>
Content copied to clipboard
span
Link copied to clipboard
open fun
span
(other:
Sectional
):
Section
?
Content copied to clipboard
Properties
section
Link copied to clipboard
abstract val
section
:
Section
?
Content copied to clipboard
Inheritors
MultiExpr
Link copied to clipboard
MultiNode
Link copied to clipboard