elasticmagic
/
dev.evo.elasticmagic.query
/
Script
Script
sealed class
Script
:
ObjExpression
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Id
Link copied to clipboard
data class
Id
(id:
String
, lang:
String
?, params:
Params
) :
Script
Content copied to clipboard
Source
Link copied to clipboard
data class
Source
(source:
String
, lang:
String
?, params:
Params
) :
Script
Content copied to clipboard
Functions
accept
Link copied to clipboard
open override fun
accept
(ctx:
<ERROR CLASS>
, 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
<
<ERROR CLASS>
>
Content copied to clipboard
reduce
Link copied to clipboard
open fun
reduce
():
Expression
<
<ERROR CLASS>
>?
Content copied to clipboard
Properties
lang
Link copied to clipboard
abstract val
lang
:
String
?
Content copied to clipboard
params
Link copied to clipboard
abstract val
params
:
Params
Content copied to clipboard
Inheritors
Script
Link copied to clipboard
Script
Link copied to clipboard