Script

data class Script(script: Script, type: String, order: Sort.Order?, mode: Sort.Mode?, nested: Sort.Nested?) : ArrayExpression, Sort

Functions

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

Properties

mode
Link copied to clipboard
val mode: Sort.Mode? = null
nested
Link copied to clipboard
val nested: Sort.Nested? = null
order
Link copied to clipboard
val order: Sort.Order? = null
script
Link copied to clipboard
val script: Script
type
Link copied to clipboard
val type: String