Object

molecule.ast

query

Related Doc: package ast

Permalink

object query

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. query
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class AggrExpr(fn: String, args: Seq[Any], v: Var) extends Output with Product with Serializable

    Permalink
  2. sealed trait Binding extends QueryTerm

    Permalink
  3. sealed trait Clause extends QueryExpr

    Permalink
  4. case class CollectionBinding(v: Var) extends Binding with Product with Serializable

    Permalink
  5. case class DS(name: String = "") extends DataSource with Product with Serializable

    Permalink
  6. case class DataClause(ds: DataSource, e: Var, a: KW, v: QueryValue, tx: QueryTerm, op: QueryTerm = NoBinding) extends Clause with Product with Serializable

    Permalink
  7. sealed trait DataSource extends QueryTerm

    Permalink
  8. sealed trait ExpressionClause extends Clause

    Permalink
  9. case class Find(outputs: Seq[Output]) extends QueryExpr with Product with Serializable

    Permalink
  10. case class Funct(name: String, ins: Seq[QueryTerm], outs: Binding) extends ExpressionClause with Product with Serializable

    Permalink
  11. case class In(inputs: Seq[Input], rules: Seq[Rule] = Seq(), ds: Seq[DataSource] = Seq(DS)) extends QueryExpr with Product with Serializable

    Permalink
  12. case class InDataSource(ds: DataSource, argss: Seq[Seq[Any]] = Seq(Seq())) extends Input with Product with Serializable

    Permalink
  13. case class InVar(binding: Binding, argss: Seq[Seq[Any]] = Seq(Seq())) extends Input with Product with Serializable

    Permalink
  14. trait Input extends QueryTerm

    Permalink
  15. case class KW(ns: String, attr: String, refNs: String = "") extends QueryTerm with Product with Serializable

    Permalink
  16. case class NotClause(ds: DataSource, e: Var, a: KW) extends Clause with Product with Serializable

    Permalink
  17. trait Output extends QueryExpr

    Permalink
  18. case class Placeholder(v: String, kw: KW, enumPrefix: Option[String] = None, e: String = "") extends Input with Product with Serializable

    Permalink
  19. case class Pull(e: String, ns: String, attr: String, enumPrefix: Option[String] = None) extends QueryValue with Output with Product with Serializable

    Permalink
  20. case class Query(f: Find, wi: With, i: In, wh: Where) extends QueryExpr with Product with Serializable

    Permalink
  21. trait QueryExpr extends AnyRef

    Permalink
  22. trait QueryTerm extends QueryExpr

    Permalink
  23. sealed trait QueryValue extends QueryTerm

    Permalink
  24. case class RelationBinding(vs: Seq[Var]) extends Binding with Product with Serializable

    Permalink
  25. case class Rule(name: String, args: Seq[QueryValue], clauses: Seq[Clause]) extends QueryTerm with Product with Serializable

    Permalink
  26. case class RuleInvocation(name: String, args: Seq[QueryTerm]) extends Clause with Product with Serializable

    Permalink
  27. case class ScalarBinding(v: Var) extends Binding with Product with Serializable

    Permalink
  28. case class TupleBinding(vs: Seq[Var]) extends Binding with Product with Serializable

    Permalink
  29. case class Val(v: Any) extends QueryValue with Output with Product with Serializable

    Permalink
  30. case class Var(v: String) extends QueryValue with Output with Product with Serializable

    Permalink
  31. case class Where(clauses: Seq[Clause]) extends QueryExpr with Product with Serializable

    Permalink
  32. case class With(variables: Seq[String]) extends QueryExpr 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 DS extends DataSource with Product with Serializable

    Permalink
  5. object DataClause extends Serializable

    Permalink
  6. object Dummy extends QueryValue with Product with Serializable

    Permalink
  7. object Empty extends QueryTerm with Product with Serializable

    Permalink
  8. object ImplDS extends DataSource with Product with Serializable

    Permalink
  9. object NoBinding extends Binding with Product with Serializable

    Permalink
  10. object NoVal extends QueryValue with Output with Product with Serializable

    Permalink
  11. object Query extends 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