lin
/
com.github.adriantodt.lin.ast.node.access
/
PropertyAssignNode
Property
Assign
Node
data class
PropertyAssignNode
(target:
Expr
, nullSafe:
Boolean
, name:
String
, value:
Expr
, section:
Section
?) :
Node
Content copied to clipboard
Functions
Properties
Functions
accept
Link copied to clipboard
open override fun
accept
(visitor:
NodeMapVisitor
):
Node
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
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
nullSafe
Link copied to clipboard
val
nullSafe
:
Boolean
Content copied to clipboard
section
Link copied to clipboard
open override val
section
:
Section
? = null
Content copied to clipboard
target
Link copied to clipboard
val
target
:
Expr
Content copied to clipboard
value
Link copied to clipboard
val
value
:
Expr
Content copied to clipboard