BooleanExpr

data class BooleanExpr(value: Boolean, section: Section?) : ConstExpr

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

section
Link copied to clipboard
open override val section: Section? = null
value
Link copied to clipboard
val value: Boolean