PropertyAccessExpr

data class PropertyAccessExpr(target: Expr, nullSafe: Boolean, name: String, section: Section?) : Expr

Functions

accept
Link copied to clipboard
open override fun accept(visitor: NodeMapVisitor): Expr
open override fun accept(visitor: NodeVisitor)
open override fun <R> accept(visitor: NodeVisitorR<R>): R
open override fun <T> accept(visitor: NodeVisitor1<T>, param0: T)
span
Link copied to clipboard
open fun span(other: Sectional): Section?

Properties

name
Link copied to clipboard
val name: String
nullSafe
Link copied to clipboard
val nullSafe: Boolean
section
Link copied to clipboard
open override val section: Section? = null
target
Link copied to clipboard
val target: Expr