object AST
Originally contributed by Nicolas Rémond.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AST
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait ArrayAccessor extends PathToken
- final case class ArrayRandomAccess(indices: List[Int]) extends ArrayAccessor with Product with Serializable
- final case class ArraySlice(start: Option[Int], stop: Option[Int], step: Int) extends ArrayAccessor with Product with Serializable
Slicing of an array, indices start at zero
Slicing of an array, indices start at zero
- start
is the first item that you want (of course)
- stop
is the first item that you do not want
- sealed trait AstToken extends Product with Serializable
- final case class BooleanFilter(operator: BinaryBooleanOperator, lhs: FilterToken, rhs: FilterToken) extends FilterToken with Product with Serializable
- final case class ComparisonFilter(operator: ComparisonOperator, lhs: FilterValue, rhs: FilterValue) extends FilterToken with Product with Serializable
- final case class Field(name: String) extends FieldAccessor with Product with Serializable
- sealed trait FieldAccessor extends PathToken
- final case class FilterDirectValue(node: JsonNode) extends FilterValue with Product with Serializable
- sealed trait FilterToken extends PathToken
- sealed trait FilterValue extends AstToken
- final case class HasFilter(query: SubQuery) extends FilterToken with Product with Serializable
- final case class MultiField(names: List[String]) extends FieldAccessor with Product with Serializable
- sealed trait PathToken extends AstToken
- final case class RecursiveField(name: String) extends FieldAccessor with Product with Serializable
- final case class RecursiveFilterToken(filter: FilterToken) extends PathToken with Product with Serializable
- final case class SubQuery(path: List[PathToken]) extends FilterValue with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- case object AnyField extends FieldAccessor with Product with Serializable
- object ArraySlice extends Serializable
- case object CurrentNode extends PathToken with Product with Serializable
- object FilterDirectValue extends Serializable
- case object RecursiveAnyField extends FieldAccessor with Product with Serializable
- case object RootNode extends FieldAccessor with Product with Serializable