InvokeLocalExpr

data class InvokeLocalExpr(name: String, arguments: List<Expr>, 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

arguments
Link copied to clipboard
val arguments: List<Expr>
name
Link copied to clipboard
val name: String
section
Link copied to clipboard
open override val section: Section? = null