Expression

interface Expression<T> : SearchQueryCompiler.Visitable<T>

Functions

accept
Link copied to clipboard
abstract fun accept(ctx: T, compiler: SearchQueryCompiler)
children
Link copied to clipboard
open fun children(): Iterator<Expression<*>>?
clone
Link copied to clipboard
abstract fun clone(): Expression<T>
reduce
Link copied to clipboard
open fun reduce(): Expression<T>?

Inheritors

ObjExpression
Link copied to clipboard
ArrayExpression
Link copied to clipboard