elasticmagic
/
dev.evo.elasticmagic.query
/
Expression
Expression
interface
Expression
<
T
> :
SearchQueryCompiler.Visitable
<
T
>
Content copied to clipboard
Functions
Inheritors
Functions
accept
Link copied to clipboard
abstract fun
accept
(ctx:
T
, compiler:
SearchQueryCompiler
)
Content copied to clipboard
children
Link copied to clipboard
open fun
children
():
Iterator
<
Expression
<*>>?
Content copied to clipboard
clone
Link copied to clipboard
abstract fun
clone
():
Expression
<
T
>
Content copied to clipboard
reduce
Link copied to clipboard
open fun
reduce
():
Expression
<
T
>?
Content copied to clipboard
Inheritors
ObjExpression
Link copied to clipboard
ArrayExpression
Link copied to clipboard