Multi

interface Multi : Node

Interfaces implementing this have multiple nodes inside.

Functions

accept
Link copied to clipboard
abstract fun accept(visitor: NodeMapVisitor): Node
abstract fun accept(visitor: NodeVisitor)
abstract fun <R> accept(visitor: NodeVisitorR<R>): R
abstract fun <T> accept(visitor: NodeVisitor1<T>, param0: T)
lastNode
Link copied to clipboard
abstract fun lastNode(): Node
nodes
Link copied to clipboard
abstract fun nodes(): List<Node>
span
Link copied to clipboard
open fun span(other: Sectional): Section?

Properties

section
Link copied to clipboard
abstract val section: Section?

Inheritors

MultiExpr
Link copied to clipboard
MultiNode
Link copied to clipboard