Object

molecule.ast

model

Related Doc: package ast

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

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

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

    Permalink
  8. case class BiEdgePropAttr(card: Int) extends Bidirectional with Product with Serializable

    Permalink
  9. case class BiEdgePropRef(card: Int) extends Bidirectional with Product with Serializable

    Permalink
  10. case class BiEdgePropRefAttr(card: Int) extends Bidirectional with Product with Serializable

    Permalink
  11. case class BiEdgeRef(card: Int, attr: String) extends Bidirectional with Product with Serializable

    Permalink
  12. case class BiEdgeRefAttr(card: Int, attr: String) extends Bidirectional with Product with Serializable

    Permalink
  13. case class BiOtherRef(card: Int, attr: String) extends Bidirectional with Product with Serializable

    Permalink
  14. case class BiOtherRefAttr(card: Int, attr: String) extends Bidirectional with Product with Serializable

    Permalink
  15. case class BiSelfRef(card: Int) extends Bidirectional with Product with Serializable

    Permalink
  16. case class BiSelfRefAttr(card: Int) extends Bidirectional with Product with Serializable

    Permalink
  17. case class BiTargetRef(card: Int, attr: String) extends Bidirectional with Product with Serializable

    Permalink
  18. case class BiTargetRefAttr(card: Int, attr: String) extends Bidirectional with Product with Serializable

    Permalink
  19. sealed trait Bidirectional extends Generic

    Permalink
  20. case class Bond(ns: String, refAttr: String, refNs: String = "", card: Int, gs: Seq[Generic] = Nil) extends Element with Product with Serializable

    Permalink
  21. case class Card(card: Int) extends Generic with Product with Serializable

    Permalink
  22. case class Composite(elements: Seq[Element]) extends Element with Product with Serializable

    Permalink
  23. trait Element extends AnyRef

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

    Permalink
  25. trait Exp1[T1] extends Expression

    Permalink
  26. trait Exp2[T1, T2] extends Expression

    Permalink
  27. trait Exp3[T1, T2, T3] extends Expression

    Permalink
  28. trait Expression extends AnyRef

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

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

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

    Permalink
  32. sealed trait Generic extends Value

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

    Permalink
  34. case class Id(eid: Any) extends Generic with Product with Serializable

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

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

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

    Permalink
  38. case class MapAdd(pairs: Seq[(String, Any)]) extends Value with Product with Serializable

    Permalink
  39. case class MapEq(pairs: Seq[(String, Any)]) extends Value with Product with Serializable

    Permalink
  40. case class MapKeys(ks: Seq[String]) extends Value with Product with Serializable

    Permalink
  41. case class MapRemove(keys: Seq[String]) extends Value with Product with Serializable

    Permalink
  42. case class MapReplace(pairs: Seq[(String, Any)]) extends Value with Product with Serializable

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

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

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

    Permalink
  46. case class Nested(bond: Bond, elements: Seq[Element]) extends Element with Product with Serializable

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

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

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

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

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

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

    Permalink
  53. case class Remove(values: Seq[Any]) extends Value with Product with Serializable

    Permalink
  54. case class Replace(oldNew: Seq[(Any, Any)]) extends Value with Product with Serializable

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

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

    Permalink
  57. case class TxMetaData(elements: Seq[Element]) extends Element with Product with Serializable

    Permalink
  58. case class TxMetaData_(elements: Seq[Element]) extends Element with Product with Serializable

    Permalink
  59. sealed trait Value extends AnyRef

    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 BiEdge extends Bidirectional with Product with Serializable

    Permalink
  5. object Distinct extends Value with Product with Serializable

    Permalink
  6. object EmptyElement extends Element with Product with Serializable

    Permalink
  7. object EntValue extends Value with Product with Serializable

    Permalink
  8. object EnumVal extends Value with Product with Serializable

    Permalink
  9. object IndexVal extends Value with Product with Serializable

    Permalink
  10. object NoValue extends Generic with Product with Serializable

    Permalink
  11. object OpValue extends Generic with Product with Serializable

    Permalink
  12. object Qm extends Value with Product with Serializable

    Permalink
  13. object Self extends Element with Product with Serializable

    Permalink
  14. object TxInstantValue extends Generic with Product with Serializable

    Permalink
  15. object TxTValue extends Generic with Product with Serializable

    Permalink
  16. object TxValue extends Generic with Product with Serializable

    Permalink
  17. object TxValue_ extends Generic with Product with Serializable

    Permalink
  18. object VarValue extends Value with Product with Serializable

    Permalink
  19. final def asInstanceOf[T0]: T0

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

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

    Permalink
  22. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped