elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.query
/
Expression
Expression
interface
Expression
<
T
:
Serializer.Ctx
>
:
BaseSearchQueryCompiler.Visitable
<
T
>
Functions
Inheritors
Functions
accept
Link copied to clipboard
abstract
fun
accept
(
ctx
:
T
,
compiler
:
BaseSearchQueryCompiler
)
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
>
?
rewrite
Link copied to clipboard
open
fun
rewrite
(
newNode
:
QueryExpressionNode
<
*
>
)
:
Expression
<
T
>
Inheritors
ObjExpression
Link copied to clipboard
ArrayExpression
Link copied to clipboard