AttrOp

molecule.boilerplate.ast.Model.AttrOp
See theAttrOp companion trait
object AttrOp

Attributes

Companion
trait
Source
Model.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
AttrOp.type

Members list

Type members

Classlikes

case object Abs extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
Abs.type
case object AbsNeg extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
AbsNeg.type
case object And extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
And.type
case object Append extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
Append.type
case object Ceil extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
Ceil.type
case object Divide extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
Divide.type
case object Floor extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
Floor.type
case object Minus extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
Minus.type
case object Negate extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
Negate.type
case object Not extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
Not.type
case object Or extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
Or.type
case object Plus extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
Plus.type
case object Prepend extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
Prepend.type
case object ReplaceAll extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
ReplaceAll.type
case class SubString(start: Int, end: Int) extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
case object Times extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
Times.type
case object ToLower extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
ToLower.type
case object ToUpper extends AttrOp

Attributes

Source
Model.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AttrOp
trait Op
class Object
trait Matchable
class Any
Show all
Self type
ToUpper.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala