Packages

t

molecule.boilerplate.ops

ModelTransformations_

trait ModelTransformations_ extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModelTransformations_
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def addOne[T](es: List[ast.Model.Element], op: ast.Model.Op, vs: Seq[T]): List[ast.Model.Element]
    Attributes
    protected
  5. def addOptOne[T](es: List[ast.Model.Element], op: ast.Model.Op, vs: Option[Seq[T]]): List[ast.Model.Element]
    Attributes
    protected
  6. def addOptSet[T](es: List[ast.Model.Element], op: ast.Model.Op, vs: Option[Seq[Set[T]]]): List[ast.Model.Element]
    Attributes
    protected
  7. def addSet[T](es: List[ast.Model.Element], op: ast.Model.Op, vs: Seq[Set[T]]): List[ast.Model.Element]
    Attributes
    protected
  8. def addSort(es: List[ast.Model.Element], sort: String): List[ast.Model.Element]
    Attributes
    protected
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def asIs(es: List[ast.Model.Element], kw: api.Keywords.Kw, n: Option[Int] = None): List[ast.Model.Element]
    Attributes
    protected
  11. def cleanUpdateElements(elements: List[ast.Model.Element]): List[ast.Model.Element]
    Attributes
    protected
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def filterAttr(es: List[ast.Model.Element], op: ast.Model.Op, filterAttrMolecule: Molecule): List[ast.Model.Element]
    Attributes
    protected
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def reverseTopLevelSorting(es: List[ast.Model.Element]): List[ast.Model.Element]
    Attributes
    protected
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toDouble(es: List[ast.Model.Element], kw: api.Keywords.Kw): List[ast.Model.Element]
    Attributes
    protected
  25. def toInt(es: List[ast.Model.Element], kw: api.Keywords.Kw): List[ast.Model.Element]
    Attributes
    protected
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def topLevelAttrCount(elements: List[ast.Model.Element], count: Int = 0): Int
    Attributes
    protected
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped