Object

navicore.data.jsonpath

AST

Related Doc: package jsonpath

Permalink

object AST

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AST
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ArrayAccessor extends PathToken

    Permalink
  2. case class ArrayRandomAccess(indices: List[Int]) extends ArrayAccessor with Product with Serializable

    Permalink
  3. case class ArraySlice(start: Option[Int], stop: Option[Int], step: Int = 1) extends ArrayAccessor with Product with Serializable

    Permalink

    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

  4. sealed trait AstToken extends AnyRef

    Permalink
  5. case class BooleanFilter(fun: BinaryBooleanOperator, lhs: FilterToken, rhs: FilterToken) extends FilterToken with Product with Serializable

    Permalink
  6. case class ComparisonFilter(operator: ComparisonOperator, lhs: FilterValue, rhs: FilterValue) extends FilterToken with Product with Serializable

    Permalink
  7. case class Field(name: String) extends FieldAccessor with Product with Serializable

    Permalink
  8. sealed trait FieldAccessor extends PathToken

    Permalink
  9. sealed trait FilterDirectValue extends FilterValue

    Permalink
  10. sealed trait FilterToken extends PathToken

    Permalink
  11. sealed trait FilterValue extends AstToken

    Permalink
  12. case class HasFilter(query: SubQuery) extends FilterToken with Product with Serializable

    Permalink
  13. case class JPDouble(value: Double) extends JPNumber with Product with Serializable

    Permalink
  14. case class JPLong(value: Long) extends JPNumber with Product with Serializable

    Permalink
  15. sealed trait JPNumber extends FilterDirectValue

    Permalink
  16. case class JPString(value: String) extends FilterDirectValue with Product with Serializable

    Permalink
  17. case class MultiField(names: List[String]) extends FieldAccessor with Product with Serializable

    Permalink
  18. sealed trait PathToken extends AstToken

    Permalink
  19. case class RecursiveField(name: String) extends FieldAccessor with Product with Serializable

    Permalink
  20. case class RecursiveFilterToken(filter: FilterToken) extends PathToken with Product with Serializable

    Permalink
  21. case class SubQuery(path: List[PathToken]) extends FilterValue with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object AnyField extends FieldAccessor with Product with Serializable

    Permalink
  5. object ArraySlice extends Serializable

    Permalink
  6. object CurrentNode extends PathToken with Product with Serializable

    Permalink
  7. object JPFalse extends FilterDirectValue with Product with Serializable

    Permalink
  8. object JPNull extends FilterDirectValue with Product with Serializable

    Permalink
  9. object JPTrue extends FilterDirectValue with Product with Serializable

    Permalink
  10. object RecursiveAnyField extends FieldAccessor with Product with Serializable

    Permalink
  11. object RootNode extends FieldAccessor with Product with Serializable

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped