lin
/
com.github.adriantodt.lin.ast.node
/
InvalidNode
Invalid
Node
data class
InvalidNode
(section:
Section
?, children:
List
<
Node
>, errors:
List
<
Exception
>) :
Expr
Content copied to clipboard
Types
Functions
Properties
Types
Builder
Link copied to clipboard
class
Builder
Content copied to clipboard
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
accept
Link copied to clipboard
open override fun
accept
(visitor:
NodeMapVisitor
):
Expr
Content copied to clipboard
open override fun
accept
(visitor:
NodeVisitor
)
Content copied to clipboard
open override fun <
R
>
accept
(visitor:
NodeVisitorR
<
R
>):
R
Content copied to clipboard
open override fun <
T
>
accept
(visitor:
NodeVisitor1
<
T
>, param0:
T
)
Content copied to clipboard
span
Link copied to clipboard
open fun
span
(other:
Sectional
):
Section
?
Content copied to clipboard
Properties
children
Link copied to clipboard
val
children
:
List
<
Node
>
Content copied to clipboard
errors
Link copied to clipboard
val
errors
:
List
<
Exception
>
Content copied to clipboard
section
Link copied to clipboard
open override val
section
:
Section
?
Content copied to clipboard