molecule.ast

model

Related Doc: package ast

object model

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class And(values: Seq[Any]) extends Value with Product with Serializable

  2. case class And2[T1, T2](e1: Exp1[T1], e2: Exp1[T2]) extends Exp2[T1, T2] with Product with Serializable

  3. case class And3[T1, T2, T3](e1: Exp1[T1], e2: Exp1[T2], e3: Exp1[T3]) extends Exp3[T1, T2, T3] with Product with Serializable

  4. case class Atom(ns: String, name: String, tpeS: String, card: Int, value: Value, enumPrefix: Option[String] = None, gs: Seq[Generic] = Seq()) extends Element with Product with Serializable

  5. case class AttrVar(v: String) extends Generic with Product with Serializable

  6. case class BackValue(backNs: String) extends Value with Product with Serializable

  7. case class Bond(ns: String, refAttr: String, refNs: String = "") extends Element with Product with Serializable

  8. trait Element extends AnyRef

  9. case class Eq(values: Seq[Any]) extends Value with Product with Serializable

  10. trait Exp1[T1] extends Expression

  11. trait Exp2[T1, T2] extends Expression

  12. trait Exp3[T1, T2, T3] extends Expression

  13. trait Expression extends AnyRef

  14. case class Fn(name: String, value: Option[Int] = None) extends Value with Product with Serializable

  15. case class Fulltext(search: Seq[Any]) extends Value with Product with Serializable

  16. case class Ge(value: Any) extends Value with Product with Serializable

  17. sealed trait Generic extends Value

  18. case class Group(ref: Bond, elements: Seq[Element]) extends Element with Product with Serializable

  19. case class Gt(value: Any) extends Value with Product with Serializable

  20. case class Le(value: Any) extends Value with Product with Serializable

  21. case class Length(fn: Option[Fn] = None) extends Value with Product with Serializable

  22. case class Lt(value: Any) extends Value with Product with Serializable

  23. case class Meta(ns: String, attr: String, kind: String, generic: Generic, value: Value) extends Element with Product with Serializable

  24. case class Model(elements: Seq[Element]) extends Product with Serializable

  25. case class Neq(values: Seq[Any]) extends Value with Product with Serializable

  26. case class Not[T1](e: Exp1[T1]) extends Exp1[T1] with Product with Serializable

  27. case class NsValue(values: Seq[String]) extends Generic with Product with Serializable

  28. case class Or[T1](e1: Exp1[T1], e2: Exp1[T1]) extends Exp1[T1] with Product with Serializable

  29. case class Or2[T1, T2](e1: Exp2[T1, T2], e2: Exp2[T1, T2]) extends Exp2[T1, T2] with Product with Serializable

  30. case class ReBond(backRef: String, refAttr: String, refNs: String = "", distinct: Boolean = false, prevVar: String = "") extends Element with Product with Serializable

  31. case class Remove(value: Seq[Any]) extends Value with Product with Serializable

  32. case class Replace(oldNew: Map[Any, Any]) extends Value with Product with Serializable

  33. case class TermValue[T1](v: T1) extends Exp1[T1] with Product with Serializable

  34. case class Transitive(backRef: String, refAttr: String, refNs: String, depth: Int = 1, prevVar: String = "") extends Element with Product with Serializable

  35. case class TxModel(elements: Seq[Element]) extends Element with Product with Serializable

  36. sealed trait Value extends AnyRef

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. object Distinct extends Value with Product with Serializable

  5. object EmptyElement extends Element with Product with Serializable

  6. object EntValue extends Value with Product with Serializable

  7. object EnumVal extends Value with Product with Serializable

  8. object NoValue extends Generic with Product with Serializable

  9. object OpValue extends Generic with Product with Serializable

  10. object Qm extends Value with Product with Serializable

  11. object TxInstantValue extends Generic with Product with Serializable

  12. object TxTValue extends Generic with Product with Serializable

  13. object TxValue extends Generic with Product with Serializable

  14. object VarValue extends Value with Product with Serializable

  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def curNs(e: Element): String

  18. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped