lin
/
com.github.adriantodt.lin.ast.node
/
InvalidNode
/
Builder
Builder
class
Builder
Content copied to clipboard
Functions
Properties
Functions
child
Link copied to clipboard
fun
child
(vararg values:
Node
?):
InvalidNode.Builder
Content copied to clipboard
error
Link copied to clipboard
fun
error
(vararg values:
Exception
):
InvalidNode.Builder
Content copied to clipboard
section
Link copied to clipboard
fun
section
(value:
Section
?):
InvalidNode.Builder
Content copied to clipboard
Properties
children
Link copied to clipboard
val
children
:
MutableList
<
Node
>
Content copied to clipboard
errors
Link copied to clipboard
val
errors
:
MutableList
<
Exception
>
Content copied to clipboard
section
Link copied to clipboard
var
section
:
Section
? = null
Content copied to clipboard