t

scalan.primitives

PatternMatching

trait PatternMatching extends TypeDescs with BaseEx with GraphVizExport

Self Type
PatternMatching with ScalanEx
Linear Supertypes
GraphVizExport, BaseEx, DefRewriting, TypeDescs, Base, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PatternMatching
  2. GraphVizExport
  3. BaseEx
  4. DefRewriting
  5. TypeDescs
  6. Base
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ElemOpsForEntities[T] extends AnyRef
    Definition Classes
    BaseEx
  2. implicit class EntityElemExtensions[A <: ScalanEx.Def[_]] extends AnyRef
    Definition Classes
    BaseEx
  3. case class NamedInvokeTester(name: String, tester: ScalanEx.InvokeTester) extends ScalanEx.InvokeTester with Product with Serializable
    Definition Classes
    BaseEx
  4. case class NamedUnpackTester(name: String, tester: ScalanEx.UnpackTester) extends ScalanEx.UnpackTester with Product with Serializable
    Definition Classes
    BaseEx
  5. case class NumericRand[T](bound: ScalanEx.Ref[T], id: Int = IdSupply.nextId)(implicit eT: ScalanEx.Elem[T]) extends ScalanEx.BaseDef[T] with Product with Serializable
    Definition Classes
    BaseEx
  6. implicit class RepDefViewOps[T <: ScalanEx.Def[_]] extends AnyRef
    Definition Classes
    BaseEx
  7. abstract class BaseDef[+T] extends Scalan.Node with Scalan.Def[T]
    Definition Classes
    Base
  8. abstract class BaseElem[A] extends Scalan.Elem[A] with Serializable with Equals
    Definition Classes
    TypeDescs
  9. class BaseElemLiftable[A] extends Scalan.BaseElem[A]
    Definition Classes
    TypeDescs
  10. case class Branch[A, +B](elem: (PatternMatching.this)#Elem[A], guard: (PatternMatching.this)#Ref[(A) ⇒ Boolean], body: (PatternMatching.this)#Ref[(A) ⇒ B]) extends Product with Serializable
  11. abstract class CompanionDef[T] extends Scalan.Node with Scalan.Def[T]
    Definition Classes
    Base
  12. case class Const[T] extends Scalan.BaseDef[T] with Product with Serializable
    Definition Classes
    Base
  13. abstract class Cont[F[_]] extends Scalan.TypeDesc
    Definition Classes
    TypeDescs
    Annotations
    @implicitNotFound( "No Cont available for ${F}." )
  14. type DataEnv = Map[(PatternMatching.this)#Sym, AnyRef]
    Definition Classes
    TypeDescs
  15. trait Def[+T] extends Scalan.Node
    Definition Classes
    Base
  16. abstract class Elem[A] extends Scalan.TypeDesc
    Definition Classes
    TypeDescs
    Annotations
    @implicitNotFound( "No Elem available for ${A}." )
  17. class ElemCacheEntry extends AnyRef
    Definition Classes
    TypeDescs
  18. class EntityObject extends AnyRef
    Definition Classes
    Base
  19. case class EntityObjectOwner extends Scalan.OwnerKind with Product with Serializable
    Definition Classes
    Base
  20. case class EnvRep[A] extends Product with Serializable
    Definition Classes
    TypeDescs
  21. case class FuncElem[A, B] extends Scalan.Elem[(A) ⇒ B] with Product with Serializable
    Definition Classes
    TypeDescs
  22. trait Functor[F[_]] extends Scalan.Cont[F]
    Definition Classes
    TypeDescs
  23. case class GraphFile extends Product with Serializable
    Definition Classes
    GraphVizExport
  24. type InvokeTester = ((PatternMatching.this)#Def[_], Method) ⇒ Boolean
    Definition Classes
    BaseEx
  25. type LElem[A] = Lazy[(PatternMatching.this)#Elem[A]]
    Definition Classes
    TypeDescs
  26. case class Match[A, B](selector: (PatternMatching.this)#Ref[A], branches: List[(PatternMatching.this)#Branch[_ <: A, B]], default: Option[(PatternMatching.this)#Ref[(A) ⇒ B]])(implicit selfType: (PatternMatching.this)#Elem[B]) extends (PatternMatching.this)#BaseDef[B] with Product with Serializable
  27. sealed abstract class MethodDesc extends AnyRef
    Definition Classes
    TypeDescs
  28. case class MkBranch[A]()(implicit elem: (PatternMatching.this)#Elem[A]) extends Product with Serializable
  29. abstract class Node extends Product
    Definition Classes
    Base
  30. class NotImplementedStagingException extends Scalan.StagingException
    Definition Classes
    Base
  31. sealed abstract class OwnerKind extends AnyRef
    Definition Classes
    Base
  32. case class PairElem[A, B] extends Scalan.Elem[(A, B)] with Product with Serializable
    Definition Classes
    TypeDescs
  33. case class Placeholder[T] extends Scalan.Node with Scalan.Def[T] with Product with Serializable
    Definition Classes
    Base
  34. type RFunc[-A, +B] = (PatternMatching.this)#Ref[(A) ⇒ B]
    Definition Classes
    Base
  35. case class RMethodDesc extends Scalan.MethodDesc with Product with Serializable
    Definition Classes
    TypeDescs
  36. type RPair[+A, +B] = (PatternMatching.this)#Ref[(A, B)]
    Definition Classes
    Base
  37. abstract class Ref[+T] extends AnyRef
    Definition Classes
    Base
  38. implicit class SeqExpExtensionsForEmitGraph extends AnyRef
    Definition Classes
    GraphVizExport
  39. final class SingleRef[+T] extends Scalan.Ref[T]
    Definition Classes
    Base
  40. class StagingException extends RuntimeException
    Definition Classes
    Base
  41. case class SumElem[A, B] extends Scalan.Elem[Scalan.|[A, B]] with Product with Serializable
    Definition Classes
    TypeDescs
  42. type Sym = (PatternMatching.this)#Ref[_]
    Definition Classes
    Base
  43. abstract class Transformer extends AnyRef
    Definition Classes
    Base
  44. abstract class TypeDesc extends Serializable
    Definition Classes
    TypeDescs
  45. case class Variable[T] extends Scalan.Node with Scalan.Def[T] with Product with Serializable
    Definition Classes
    Base
  46. case class WMethodDesc extends Scalan.MethodDesc with Product with Serializable
    Definition Classes
    TypeDescs
  47. type |[+A, +B] = Either[A, B]
    Definition Classes
    Base

Value Members

  1. object IdSupply
    Definition Classes
    BaseEx
  2. def !!!(msg: String, e: Throwable, syms: (PatternMatching.this)#Ref[_]*): Nothing
    Definition Classes
    Base
  3. def !!!(msg: String, syms: (PatternMatching.this)#Ref[_]*): Nothing
    Definition Classes
    Base
  4. def !!!: Nothing
    Definition Classes
    Base
  5. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def ##(): Int
    Definition Classes
    AnyRef → Any
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def ???(value: Any, syms: (PatternMatching.this)#Ref[_]*): Nothing
    Definition Classes
    Base
  9. def ???: Nothing
    Definition Classes
    Base
  10. val AnyElement: (PatternMatching.this)#Elem[Any]
    Definition Classes
    TypeDescs
  11. val AnyRefElement: (PatternMatching.this)#Elem[AnyRef]
    Definition Classes
    TypeDescs
  12. implicit val BooleanElement: (PatternMatching.this)#Elem[Boolean]
    Definition Classes
    TypeDescs
  13. implicit val ByteElement: (PatternMatching.this)#Elem[Byte]
    Definition Classes
    TypeDescs
  14. implicit val CharElement: (PatternMatching.this)#Elem[Char]
    Definition Classes
    TypeDescs
  15. implicit val DoubleElement: (PatternMatching.this)#Elem[Double]
    Definition Classes
    TypeDescs
  16. val EmptyTypeArgs: ListMap[String, ((PatternMatching.this)#TypeDesc, Variance)]
    Definition Classes
    TypeDescs
  17. implicit val FloatElement: (PatternMatching.this)#Elem[Float]
    Definition Classes
    TypeDescs
  18. implicit final def FuncElemExtensions[A, B](eAB: (PatternMatching.this)#Elem[(A) ⇒ B]): (PatternMatching.this)#FuncElem[A, B]
    Definition Classes
    TypeDescs
  19. implicit val IntElement: (PatternMatching.this)#Elem[Int]
    Definition Classes
    TypeDescs
  20. final def IntZero: (PatternMatching.this)#Ref[Int]
    Definition Classes
    Base
    Annotations
    @inline()
  21. val LazyAnyElement: Lazy[(PatternMatching.this)#Elem[Any]]
    Definition Classes
    TypeDescs
  22. implicit val LongElement: (PatternMatching.this)#Elem[Long]
    Definition Classes
    TypeDescs
  23. val NothingElement: (PatternMatching.this)#Elem[Nothing]
    Definition Classes
    TypeDescs
  24. implicit final def PairElemExtensions[A, B](eAB: (PatternMatching.this)#Elem[(A, B)]): (PatternMatching.this)#PairElem[A, B]
    Definition Classes
    TypeDescs
  25. implicit val ShortElement: (PatternMatching.this)#Elem[Short]
    Definition Classes
    TypeDescs
  26. implicit val StringElement: (PatternMatching.this)#Elem[String]
    Definition Classes
    TypeDescs
  27. implicit final def SumElemExtensions[A, B](eAB: (PatternMatching.this)#Elem[(PatternMatching.this)#|[A, B]]): (PatternMatching.this)#SumElem[A, B]
    Definition Classes
    TypeDescs
  28. final def TypeArgs(descs: (String, ((PatternMatching.this)#TypeDesc, Variance))*): ListMap[String, ((PatternMatching.this)#TypeDesc, Variance)]
    Definition Classes
    TypeDescs
  29. implicit val UnitElement: (PatternMatching.this)#Elem[Unit]
    Definition Classes
    TypeDescs
  30. def addInvokeTester(pred: (PatternMatching.this)#InvokeTester): Unit
    Definition Classes
    BaseEx
  31. final def asElem[T](d: (PatternMatching.this)#TypeDesc): (PatternMatching.this)#Elem[T]
    Definition Classes
    TypeDescs
    Annotations
    @inline()
  32. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  33. final def asRep[T](x: (PatternMatching.this)#Ref[_]): (PatternMatching.this)#Ref[T]
    Definition Classes
    Base
    Annotations
    @inline()
  34. def assertElem(value: (PatternMatching.this)#Ref[_], elem: (PatternMatching.this)#Elem[_], hint: ⇒ String): Unit
    Definition Classes
    TypeDescs
  35. def assertElem(value: (PatternMatching.this)#Ref[_], elem: (PatternMatching.this)#Elem[_]): Unit
    Definition Classes
    TypeDescs
  36. def assertEqualElems[A](e1: (PatternMatching.this)#Elem[A], e2: (PatternMatching.this)#Elem[A], m: ⇒ String): Unit
    Definition Classes
    TypeDescs
  37. val cacheElems: Boolean
    Definition Classes
    Base
  38. val cachePairs: Boolean
    Definition Classes
    Base
  39. final def cachedElemByClass[E <: (PatternMatching.this)#Elem[_]](args: AnyRef*)(implicit clazz: Class[E]): E
    Definition Classes
    TypeDescs
  40. def canBeInvoked(d: (PatternMatching.this)#Def[_], m: Method, args: Array[AnyRef]): Boolean
    Attributes
    protected
    Definition Classes
    BaseEx
  41. def canBeInvoked(mc: (PatternMatching.this)#MethodCall): Boolean
    Definition Classes
    BaseEx
  42. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  43. def clusterColor(g: (PatternMatching.this)#AstGraph): Option[String]
    Attributes
    protected
    Definition Classes
    GraphVizExport
  44. def clusterSchedule(g: (PatternMatching.this)#AstGraph): Seq[(PatternMatching.this)#Sym]
    Attributes
    protected
    Definition Classes
    GraphVizExport
  45. final def container[F[_]](implicit arg0: (PatternMatching.this)#Cont[F]): (PatternMatching.this)#Cont[F]
    Definition Classes
    TypeDescs
  46. implicit final def containerElem[F[_], A](implicit arg0: (PatternMatching.this)#Cont[F], arg1: (PatternMatching.this)#Elem[A]): (PatternMatching.this)#Elem[F[A]]
    Definition Classes
    TypeDescs
  47. def createDefinition[T](optScope: Nullable[(PatternMatching.this)#ThunkScope], s: (PatternMatching.this)#Ref[T], d: (PatternMatching.this)#Def[T]): (PatternMatching.this)#Ref[T]
    Attributes
    protected
    Definition Classes
    Base
  48. val debugModeSanityChecks: Boolean
    Definition Classes
    Base
  49. def decompose[T](d: (PatternMatching.this)#Def[T]): Option[(PatternMatching.this)#Ref[T]]
    Definition Classes
    BaseEx
  50. def defCount: Int
    Definition Classes
    Base
  51. def def_unapply[T](e: (PatternMatching.this)#Ref[T]): Nullable[(PatternMatching.this)#Def[T]]
    Definition Classes
    Base
  52. def defaultGraphVizConfig: GraphVizConfig
    Definition Classes
    GraphVizExport
  53. val elemCache: AVHashMap[Class[_], (PatternMatching.this)#ElemCacheEntry]
    Attributes
    protected
    Definition Classes
    TypeDescs
  54. final def element[A](implicit ea: (PatternMatching.this)#Elem[A]): (PatternMatching.this)#Elem[A]
    Definition Classes
    TypeDescs
  55. def emitDepGraph(exceptionOrGraph: Either[Throwable, (PatternMatching.this)#AstGraph], directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(PatternMatching.this)#GraphFile]
    Definition Classes
    GraphVizExport
  56. def emitDepGraph(graph: (PatternMatching.this)#AstGraph, directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(PatternMatching.this)#GraphFile]
    Definition Classes
    GraphVizExport
  57. def emitDepGraph(ss: Seq[(PatternMatching.this)#Sym], directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(PatternMatching.this)#GraphFile]
    Definition Classes
    GraphVizExport
  58. def emitDepGraph(start: (PatternMatching.this)#Sym, directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(PatternMatching.this)#GraphFile]
    Definition Classes
    GraphVizExport
  59. def emitDepGraph(d: (PatternMatching.this)#Def[_], directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(PatternMatching.this)#GraphFile]
    Definition Classes
    GraphVizExport
  60. def emitDot(dotText: String, directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(PatternMatching.this)#GraphFile]
    Definition Classes
    GraphVizExport
  61. def emitExceptionGraph(e: Throwable, directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(PatternMatching.this)#GraphFile]
    Definition Classes
    GraphVizExport
  62. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  63. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  64. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  65. def findGlobalDefinition[T](d: (PatternMatching.this)#Def[T]): (PatternMatching.this)#Ref[T]
    Definition Classes
    Base
  66. def findOrCreateDefinition[T](d: (PatternMatching.this)#Def[T], newSym: ⇒ (PatternMatching.this)#Ref[T]): (PatternMatching.this)#Ref[T]
    Definition Classes
    Base
  67. def formatConst(x: Any): String
    Attributes
    protected
    Definition Classes
    GraphVizExport
  68. def formatDef(d: (PatternMatching.this)#Def[_])(implicit config: GraphVizConfig): String
    Attributes
    protected
    Definition Classes
    PatternMatching → GraphVizExport
  69. def formatMetadata(s: (PatternMatching.this)#Sym): List[String]
    Attributes
    protected
    Definition Classes
    GraphVizExport
  70. final def freshId: Int
    Definition Classes
    Base
    Annotations
    @inline()
  71. final def freshSym[T](d: (PatternMatching.this)#Def[T]): (PatternMatching.this)#Ref[T]
    Definition Classes
    Base
    Annotations
    @inline()
  72. implicit final def funcElement[A, B](implicit ea: (PatternMatching.this)#Elem[A], eb: (PatternMatching.this)#Elem[B]): (PatternMatching.this)#Elem[(A) ⇒ B]
    Definition Classes
    TypeDescs
  73. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  74. def getEntityObject(name: String): Nullable[(PatternMatching.this)#EntityObject]
    Definition Classes
    Base
    Annotations
    @inline()
  75. def getOwnerKind(constructor: java.lang.reflect.Constructor[_]): (PatternMatching.this)#OwnerKind
    Attributes
    protected
    Definition Classes
    Base
  76. final def getSourceValues(dataEnv: (PatternMatching.this)#DataEnv, forWrapper: Boolean, stagedValues: AnyRef*): Seq[AnyRef]
    Definition Classes
    TypeDescs
  77. def getStagedFunc(name: String): (PatternMatching.this)#Ref[_]
    Definition Classes
    BaseEx
  78. final def getSym(id: Int): (PatternMatching.this)#Sym
    Definition Classes
    Base
    Annotations
    @inline()
  79. def hasFuncArg(args: Array[AnyRef]): Boolean
    Attributes
    protected
    Definition Classes
    BaseEx
  80. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  81. def initialInvokeTesters: ArrayBuffer[(PatternMatching.this)#InvokeTester]
    Attributes
    protected
    Definition Classes
    BaseEx
  82. def invokeAll: Boolean
    Attributes
    protected
    Definition Classes
    BaseEx
  83. def invokeUnlifted(e: (PatternMatching.this)#Elem[_], mc: (PatternMatching.this)#MethodCall, dataEnv: (PatternMatching.this)#DataEnv): AnyRef
    Definition Classes
    TypeDescs
  84. def isConcreteElem(e: (PatternMatching.this)#TypeDesc): Boolean
    Definition Classes
    BaseEx
  85. def isConcreteModuloTypeArgs(e: (PatternMatching.this)#EntityElem[_]): Boolean
    Attributes
    protected
    Definition Classes
    BaseEx
  86. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  87. def isInvokeEnabled(d: (PatternMatching.this)#Def[_], m: Method): Boolean
    Definition Classes
    BaseEx
  88. implicit def liftToRep[A](x: A)(implicit arg0: (PatternMatching.this)#Elem[A]): (PatternMatching.this)#Ref[A]
    Definition Classes
    Base
    Annotations
    @inline()
  89. def logWarn(msg: ⇒ String): Unit
    Definition Classes
    Base
  90. val nInitialDefs: Int
    Definition Classes
    Base
  91. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  92. def nodeColor(td: (PatternMatching.this)#TypeDesc): String
    Attributes
    protected
    Definition Classes
    GraphVizExport
  93. def nodeColor(td: (PatternMatching.this)#TypeDesc, d: (PatternMatching.this)#Def[_])(implicit config: GraphVizConfig): String
    Attributes
    protected
    Definition Classes
    GraphVizExport
  94. final def nodeLabel(parts: String*)(implicit config: GraphVizConfig): String
    Attributes
    protected
    Definition Classes
    GraphVizExport
  95. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  96. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  97. def onReset(): Unit
    Attributes
    protected
    Definition Classes
    Base
  98. implicit final def pairElement[A, B](implicit ea: (PatternMatching.this)#Elem[A], eb: (PatternMatching.this)#Elem[B]): (PatternMatching.this)#Elem[(A, B)]
    Definition Classes
    TypeDescs
  99. def partsIterator(td: (PatternMatching.this)#TypeDesc): TraversableOnce[(PatternMatching.this)#TypeDesc] { def seq: scala.collection.TraversableOnce[PatternMatching.this.TypeDesc]{def seq: scala.collection.TraversableOnce[PatternMatching.this.TypeDesc]{def seq: scala.collection.TraversableOnce[PatternMatching.this.TypeDesc]}} }
    Attributes
    protected
    Definition Classes
    GraphVizExport
  100. def patternMatch[A, B](selector: (PatternMatching.this)#Ref[A])(branches: (PatternMatching.this)#Branch[_ <: A, B]*)(default: Option[(PatternMatching.this)#Ref[(A) ⇒ B]])(implicit arg0: (PatternMatching.this)#Elem[B]): (PatternMatching.this)#Ref[B]
    Attributes
    protected
  101. def patternMatchError(obj: Any): Nothing
  102. val performViewsLifting: Boolean
    Definition Classes
    BaseEx
  103. def placeholder[T](implicit eT: (PatternMatching.this)#LElem[T]): (PatternMatching.this)#Ref[T]
    Definition Classes
    Base
    Annotations
    @inline()
  104. def propagateBinOp[T, R](op: (PatternMatching.this)#BinOp[T, R], x: (PatternMatching.this)#Ref[T], y: (PatternMatching.this)#Ref[T]): (PatternMatching.this)#Ref[R]
    Definition Classes
    DefRewriting
  105. def propagateUnOp[T, R](op: (PatternMatching.this)#UnOp[T, R], x: (PatternMatching.this)#Ref[T]): (PatternMatching.this)#Ref[R]
    Definition Classes
    DefRewriting
  106. def random[T](bound: (PatternMatching.this)#Ref[T])(implicit n: Numeric[T]): (PatternMatching.this)#Ref[T]
    Definition Classes
    BaseEx
  107. def registerEntityObject(name: String, obj: (PatternMatching.this)#EntityObject): Unit
    Attributes
    protected
    Definition Classes
    Base
  108. implicit def reifyObject[A](obj: (PatternMatching.this)#Def[A]): (PatternMatching.this)#Ref[A]
    Definition Classes
    Base
  109. def removeInvokeTester(pred: (PatternMatching.this)#InvokeTester): Unit
    Definition Classes
    BaseEx
  110. def resetContext(): Unit
    Definition Classes
    Base
  111. def resetTesters(): Unit
    Definition Classes
    BaseEx
  112. final def rewriteBinOp[A, R](op: (PatternMatching.this)#BinOp[A, R], x: (PatternMatching.this)#Ref[A], y: (PatternMatching.this)#Ref[A]): (PatternMatching.this)#Ref[_]
    Definition Classes
    DefRewriting
  113. def rewriteDef[A](d: (PatternMatching.this)#Def[A]): (PatternMatching.this)#Ref[Any]
    Definition Classes
    PatternMatching → DefRewriting
  114. final def rewriteUnOp[A, R](op: (PatternMatching.this)#UnOp[A, R], x: (PatternMatching.this)#Ref[A]): (PatternMatching.this)#Ref[_]
    Definition Classes
    DefRewriting
  115. def rewriteViews[T](d: (PatternMatching.this)#Def[T]): (PatternMatching.this)#Ref[_]
    Definition Classes
    BaseEx
  116. def shouldEmitCluster(g: (PatternMatching.this)#AstGraph): Boolean
    Attributes
    protected
    Definition Classes
    GraphVizExport
  117. def showGraphs(graph: (PatternMatching.this)#AstGraph)(implicit config: GraphVizConfig): Unit
    Definition Classes
    GraphVizExport
  118. def showGraphs(roots: (PatternMatching.this)#Sym*)(implicit config: GraphVizConfig): Unit
    Definition Classes
    GraphVizExport
  119. def stagingExceptionMessage(message: String, syms: Seq[(PatternMatching.this)#Ref[_]]): String
    Attributes
    protected
    Definition Classes
    Base
  120. implicit final def sumElement[A, B](implicit ea: (PatternMatching.this)#Elem[A], eb: (PatternMatching.this)#Elem[B]): (PatternMatching.this)#Elem[(PatternMatching.this)#|[A, B]]
    Definition Classes
    TypeDescs
  121. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  122. def toExp[T](d: (PatternMatching.this)#Def[T], newSym: ⇒ (PatternMatching.this)#Ref[T]): (PatternMatching.this)#Ref[T]
    Attributes
    protected[scalan]
    Definition Classes
    Base
  123. implicit final def toLazyElem[A](implicit eA: (PatternMatching.this)#Elem[A]): (PatternMatching.this)#LElem[A]
    Definition Classes
    TypeDescs
  124. def toRep[A](x: A)(implicit eA: (PatternMatching.this)#Elem[A]): (PatternMatching.this)#Ref[A]
    Definition Classes
    Base
  125. def toString(): String
    Definition Classes
    AnyRef → Any
  126. def transformProductParam(x: Any, t: (PatternMatching.this)#Transformer): Any
    Attributes
    protected
    Definition Classes
    Base
  127. def unapplyViews[T](s: (PatternMatching.this)#Ref[T]): Option[(PatternMatching.this)#Unpacked[T]]
    Definition Classes
    BaseEx
  128. final def updateSymbolTable[T](s: (PatternMatching.this)#Ref[T], d: (PatternMatching.this)#Def[T]): (PatternMatching.this)#Ref[T]
    Definition Classes
    Base
  129. final def valueFromRep[A](x: (PatternMatching.this)#Ref[A]): A
    Definition Classes
    Base
    Annotations
    @inline()
  130. def variable[T](implicit eT: (PatternMatching.this)#LElem[T]): (PatternMatching.this)#Ref[T]
    Definition Classes
    Base
    Annotations
    @inline()
  131. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  132. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  133. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  134. object Branch extends Serializable
  135. object Def
    Definition Classes
    Base
  136. object Elem extends Serializable
    Definition Classes
    TypeDescs
  137. object Liftables
    Definition Classes
    Base

Inherited from GraphVizExport

Inherited from BaseEx

Inherited from DefRewriting

Inherited from TypeDescs

Inherited from Base

Inherited from AnyRef

Inherited from Any

Ungrouped