Packages

object IR

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IR
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class And(left: (WithIR.this)#IR, right: (WithIR.this)#IR) extends Monadic with Product with Serializable
  2. case class Block(head: scala.reflect.macros.Universe.Tree, tail: Monadic) extends Monadic with Product with Serializable
  3. case class Fail(error: (WithIR.this)#IR) extends Monadic with Product with Serializable
  4. case class FlatMap(monad: Monadic, valSymbol: Option[scala.reflect.macros.Universe.TermName], body: Monadic) extends Monadic with Product with Serializable
  5. case class Foreach(list: (WithIR.this)#IR, listType: scala.reflect.macros.Universe.Type, elementSymbol: scala.reflect.macros.Universe.TermName, body: (WithIR.this)#IR) extends Monadic with Product with Serializable
  6. case class If(cond: (WithIR.this)#IR, ifTrue: (WithIR.this)#IR, ifFalse: (WithIR.this)#IR) extends Monadic with Product with Serializable
  7. sealed trait Leaf extends (WithIR.this)#IR
  8. case class Map(monad: Monadic, valSymbol: Option[scala.reflect.macros.Universe.TermName], body: Pure) extends Monadic with Product with Serializable
  9. case class Match(scrutinee: (WithIR.this)#IR, caseDefs: List[CaseDef]) extends Monadic with Product with Serializable
  10. class Monad extends Monadic with Leaf
  11. sealed trait Monadic extends (WithIR.this)#IR
  12. case class Or(left: (WithIR.this)#IR, right: (WithIR.this)#IR) extends Monadic with Product with Serializable
  13. case class Parallel(originalExpr: scala.reflect.macros.Universe.Tree, monads: List[(Monadic, scala.reflect.macros.Universe.TermName, scala.reflect.macros.Universe.Type)], body: Leaf) extends Monadic with Product with Serializable
  14. case class Pure(code: scala.reflect.macros.Universe.Tree) extends (WithIR.this)#IR with Leaf with Product with Serializable
  15. case class Try(tryBlock: (WithIR.this)#IR, cases: List[CaseDef], resultType: scala.reflect.macros.Universe.Type, finallyBlock: Option[(WithIR.this)#IR]) extends Monadic with Product with Serializable
  16. case class Unsafe(body: (WithIR.this)#IR) extends Monadic with Product with Serializable
  17. case class ValDef(originalStmt: scala.reflect.macros.Universe.Tree, symbol: scala.reflect.macros.Universe.TermName, assignment: (WithIR.this)#IR, bodyUsingVal: (WithIR.this)#IR) extends Monadic with Product with Serializable
  18. case class While(cond: (WithIR.this)#IR, body: (WithIR.this)#IR) extends Monadic with Product with Serializable

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. object FlatMap extends Serializable
  21. object Map extends Serializable
  22. object Match extends Serializable
  23. object Monad

Inherited from AnyRef

Inherited from Any

Ungrouped