Source

sealed class Source : ObjExpression

Types

Disable
Link copied to clipboard
object Disable : Source
Enable
Link copied to clipboard
object Enable : Source
Filter
Link copied to clipboard
data class Filter(includes: List<FieldOperations<*>>, excludes: List<FieldOperations<*>>) : Source

Functions

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

Properties

name
Link copied to clipboard
val name: String

Inheritors

Source
Link copied to clipboard
Source
Link copied to clipboard
Source
Link copied to clipboard