trait PatternMatching extends TypeDescs with BaseEx with GraphVizExport
- Self Type
- PatternMatching with ScalanEx
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PatternMatching
- GraphVizExport
- BaseEx
- DefRewriting
- TypeDescs
- Base
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
implicit
class
ElemOpsForEntities[T] extends AnyRef
- Definition Classes
- BaseEx
-
implicit
class
EntityElemExtensions[A <: ScalanEx.Def[_]] extends AnyRef
- Definition Classes
- BaseEx
-
case class
NamedInvokeTester(name: String, tester: ScalanEx.InvokeTester) extends ScalanEx.InvokeTester with Product with Serializable
- Definition Classes
- BaseEx
-
case class
NamedUnpackTester(name: String, tester: ScalanEx.UnpackTester) extends ScalanEx.UnpackTester with Product with Serializable
- Definition Classes
- BaseEx
-
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
-
implicit
class
RepDefViewOps[T <: ScalanEx.Def[_]] extends AnyRef
- Definition Classes
- BaseEx
-
abstract
class
BaseDef[+T] extends Scalan.Node with Scalan.Def[T]
- Definition Classes
- Base
-
abstract
class
BaseElem[A] extends Scalan.Elem[A] with Serializable with Equals
- Definition Classes
- TypeDescs
-
class
BaseElemLiftable[A] extends Scalan.BaseElem[A]
- Definition Classes
- TypeDescs
- 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
-
abstract
class
CompanionDef[T] extends Scalan.Node with Scalan.Def[T]
- Definition Classes
- Base
-
case class
Const[T] extends Scalan.BaseDef[T] with Product with Serializable
- Definition Classes
- Base
-
abstract
class
Cont[F[_]] extends Scalan.TypeDesc
- Definition Classes
- TypeDescs
- Annotations
- @implicitNotFound( "No Cont available for ${F}." )
-
type
DataEnv = Map[(PatternMatching.this)#Sym, AnyRef]
- Definition Classes
- TypeDescs
-
trait
Def[+T] extends Scalan.Node
- Definition Classes
- Base
-
abstract
class
Elem[A] extends Scalan.TypeDesc
- Definition Classes
- TypeDescs
- Annotations
- @implicitNotFound( "No Elem available for ${A}." )
-
class
ElemCacheEntry extends AnyRef
- Definition Classes
- TypeDescs
-
class
EntityObject extends AnyRef
- Definition Classes
- Base
-
case class
EntityObjectOwner extends Scalan.OwnerKind with Product with Serializable
- Definition Classes
- Base
-
case class
EnvRep[A] extends Product with Serializable
- Definition Classes
- TypeDescs
-
case class
FuncElem[A, B] extends Scalan.Elem[(A) ⇒ B] with Product with Serializable
- Definition Classes
- TypeDescs
-
trait
Functor[F[_]] extends Scalan.Cont[F]
- Definition Classes
- TypeDescs
-
case class
GraphFile extends Product with Serializable
- Definition Classes
- GraphVizExport
-
type
InvokeTester = ((PatternMatching.this)#Def[_], Method) ⇒ Boolean
- Definition Classes
- BaseEx
-
type
LElem[A] = Lazy[(PatternMatching.this)#Elem[A]]
- Definition Classes
- TypeDescs
- 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
-
sealed abstract
class
MethodDesc extends AnyRef
- Definition Classes
- TypeDescs
- case class MkBranch[A]()(implicit elem: (PatternMatching.this)#Elem[A]) extends Product with Serializable
-
abstract
class
Node extends Product
- Definition Classes
- Base
-
class
NotImplementedStagingException extends Scalan.StagingException
- Definition Classes
- Base
-
sealed abstract
class
OwnerKind extends AnyRef
- Definition Classes
- Base
-
case class
PairElem[A, B] extends Scalan.Elem[(A, B)] with Product with Serializable
- Definition Classes
- TypeDescs
-
case class
Placeholder[T] extends Scalan.Node with Scalan.Def[T] with Product with Serializable
- Definition Classes
- Base
-
type
RFunc[-A, +B] = (PatternMatching.this)#Ref[(A) ⇒ B]
- Definition Classes
- Base
-
case class
RMethodDesc extends Scalan.MethodDesc with Product with Serializable
- Definition Classes
- TypeDescs
-
type
RPair[+A, +B] = (PatternMatching.this)#Ref[(A, B)]
- Definition Classes
- Base
-
abstract
class
Ref[+T] extends AnyRef
- Definition Classes
- Base
-
implicit
class
SeqExpExtensionsForEmitGraph extends AnyRef
- Definition Classes
- GraphVizExport
-
final
class
SingleRef[+T] extends Scalan.Ref[T]
- Definition Classes
- Base
-
class
StagingException extends RuntimeException
- Definition Classes
- Base
-
case class
SumElem[A, B] extends Scalan.Elem[Scalan.|[A, B]] with Product with Serializable
- Definition Classes
- TypeDescs
-
type
Sym = (PatternMatching.this)#Ref[_]
- Definition Classes
- Base
-
abstract
class
Transformer extends AnyRef
- Definition Classes
- Base
-
abstract
class
TypeDesc extends Serializable
- Definition Classes
- TypeDescs
-
case class
Variable[T] extends Scalan.Node with Scalan.Def[T] with Product with Serializable
- Definition Classes
- Base
-
case class
WMethodDesc extends Scalan.MethodDesc with Product with Serializable
- Definition Classes
- TypeDescs
-
type
|[+A, +B] = Either[A, B]
- Definition Classes
- Base
Value Members
-
object
IdSupply
- Definition Classes
- BaseEx
-
def
!!!(msg: String, e: Throwable, syms: (PatternMatching.this)#Ref[_]*): Nothing
- Definition Classes
- Base
-
def
!!!(msg: String, syms: (PatternMatching.this)#Ref[_]*): Nothing
- Definition Classes
- Base
-
def
!!!: Nothing
- Definition Classes
- Base
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
???(value: Any, syms: (PatternMatching.this)#Ref[_]*): Nothing
- Definition Classes
- Base
-
def
???: Nothing
- Definition Classes
- Base
-
val
AnyElement: (PatternMatching.this)#Elem[Any]
- Definition Classes
- TypeDescs
-
val
AnyRefElement: (PatternMatching.this)#Elem[AnyRef]
- Definition Classes
- TypeDescs
-
implicit
val
BooleanElement: (PatternMatching.this)#Elem[Boolean]
- Definition Classes
- TypeDescs
-
implicit
val
ByteElement: (PatternMatching.this)#Elem[Byte]
- Definition Classes
- TypeDescs
-
implicit
val
CharElement: (PatternMatching.this)#Elem[Char]
- Definition Classes
- TypeDescs
-
implicit
val
DoubleElement: (PatternMatching.this)#Elem[Double]
- Definition Classes
- TypeDescs
-
val
EmptyTypeArgs: ListMap[String, ((PatternMatching.this)#TypeDesc, Variance)]
- Definition Classes
- TypeDescs
-
implicit
val
FloatElement: (PatternMatching.this)#Elem[Float]
- Definition Classes
- TypeDescs
-
implicit final
def
FuncElemExtensions[A, B](eAB: (PatternMatching.this)#Elem[(A) ⇒ B]): (PatternMatching.this)#FuncElem[A, B]
- Definition Classes
- TypeDescs
-
implicit
val
IntElement: (PatternMatching.this)#Elem[Int]
- Definition Classes
- TypeDescs
-
final
def
IntZero: (PatternMatching.this)#Ref[Int]
- Definition Classes
- Base
- Annotations
- @inline()
-
val
LazyAnyElement: Lazy[(PatternMatching.this)#Elem[Any]]
- Definition Classes
- TypeDescs
-
implicit
val
LongElement: (PatternMatching.this)#Elem[Long]
- Definition Classes
- TypeDescs
-
val
NothingElement: (PatternMatching.this)#Elem[Nothing]
- Definition Classes
- TypeDescs
-
implicit final
def
PairElemExtensions[A, B](eAB: (PatternMatching.this)#Elem[(A, B)]): (PatternMatching.this)#PairElem[A, B]
- Definition Classes
- TypeDescs
-
implicit
val
ShortElement: (PatternMatching.this)#Elem[Short]
- Definition Classes
- TypeDescs
-
implicit
val
StringElement: (PatternMatching.this)#Elem[String]
- Definition Classes
- TypeDescs
-
implicit final
def
SumElemExtensions[A, B](eAB: (PatternMatching.this)#Elem[(PatternMatching.this)#|[A, B]]): (PatternMatching.this)#SumElem[A, B]
- Definition Classes
- TypeDescs
-
final
def
TypeArgs(descs: (String, ((PatternMatching.this)#TypeDesc, Variance))*): ListMap[String, ((PatternMatching.this)#TypeDesc, Variance)]
- Definition Classes
- TypeDescs
-
implicit
val
UnitElement: (PatternMatching.this)#Elem[Unit]
- Definition Classes
- TypeDescs
-
def
addInvokeTester(pred: (PatternMatching.this)#InvokeTester): Unit
- Definition Classes
- BaseEx
-
final
def
asElem[T](d: (PatternMatching.this)#TypeDesc): (PatternMatching.this)#Elem[T]
- Definition Classes
- TypeDescs
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
asRep[T](x: (PatternMatching.this)#Ref[_]): (PatternMatching.this)#Ref[T]
- Definition Classes
- Base
- Annotations
- @inline()
-
def
assertElem(value: (PatternMatching.this)#Ref[_], elem: (PatternMatching.this)#Elem[_], hint: ⇒ String): Unit
- Definition Classes
- TypeDescs
-
def
assertElem(value: (PatternMatching.this)#Ref[_], elem: (PatternMatching.this)#Elem[_]): Unit
- Definition Classes
- TypeDescs
-
def
assertEqualElems[A](e1: (PatternMatching.this)#Elem[A], e2: (PatternMatching.this)#Elem[A], m: ⇒ String): Unit
- Definition Classes
- TypeDescs
-
val
cacheElems: Boolean
- Definition Classes
- Base
-
val
cachePairs: Boolean
- Definition Classes
- Base
-
final
def
cachedElemByClass[E <: (PatternMatching.this)#Elem[_]](args: AnyRef*)(implicit clazz: Class[E]): E
- Definition Classes
- TypeDescs
-
def
canBeInvoked(d: (PatternMatching.this)#Def[_], m: Method, args: Array[AnyRef]): Boolean
- Attributes
- protected
- Definition Classes
- BaseEx
-
def
canBeInvoked(mc: (PatternMatching.this)#MethodCall): Boolean
- Definition Classes
- BaseEx
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
clusterColor(g: (PatternMatching.this)#AstGraph): Option[String]
- Attributes
- protected
- Definition Classes
- GraphVizExport
-
def
clusterSchedule(g: (PatternMatching.this)#AstGraph): Seq[(PatternMatching.this)#Sym]
- Attributes
- protected
- Definition Classes
- GraphVizExport
-
final
def
container[F[_]](implicit arg0: (PatternMatching.this)#Cont[F]): (PatternMatching.this)#Cont[F]
- Definition Classes
- TypeDescs
-
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
-
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
-
val
debugModeSanityChecks: Boolean
- Definition Classes
- Base
-
def
decompose[T](d: (PatternMatching.this)#Def[T]): Option[(PatternMatching.this)#Ref[T]]
- Definition Classes
- BaseEx
-
def
defCount: Int
- Definition Classes
- Base
-
def
def_unapply[T](e: (PatternMatching.this)#Ref[T]): Nullable[(PatternMatching.this)#Def[T]]
- Definition Classes
- Base
-
def
defaultGraphVizConfig: GraphVizConfig
- Definition Classes
- GraphVizExport
-
val
elemCache: AVHashMap[Class[_], (PatternMatching.this)#ElemCacheEntry]
- Attributes
- protected
- Definition Classes
- TypeDescs
-
final
def
element[A](implicit ea: (PatternMatching.this)#Elem[A]): (PatternMatching.this)#Elem[A]
- Definition Classes
- TypeDescs
-
def
emitDepGraph(exceptionOrGraph: Either[Throwable, (PatternMatching.this)#AstGraph], directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(PatternMatching.this)#GraphFile]
- Definition Classes
- GraphVizExport
-
def
emitDepGraph(graph: (PatternMatching.this)#AstGraph, directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(PatternMatching.this)#GraphFile]
- Definition Classes
- GraphVizExport
-
def
emitDepGraph(ss: Seq[(PatternMatching.this)#Sym], directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(PatternMatching.this)#GraphFile]
- Definition Classes
- GraphVizExport
-
def
emitDepGraph(start: (PatternMatching.this)#Sym, directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(PatternMatching.this)#GraphFile]
- Definition Classes
- GraphVizExport
-
def
emitDepGraph(d: (PatternMatching.this)#Def[_], directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(PatternMatching.this)#GraphFile]
- Definition Classes
- GraphVizExport
-
def
emitDot(dotText: String, directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(PatternMatching.this)#GraphFile]
- Definition Classes
- GraphVizExport
-
def
emitExceptionGraph(e: Throwable, directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(PatternMatching.this)#GraphFile]
- Definition Classes
- GraphVizExport
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findGlobalDefinition[T](d: (PatternMatching.this)#Def[T]): (PatternMatching.this)#Ref[T]
- Definition Classes
- Base
-
def
findOrCreateDefinition[T](d: (PatternMatching.this)#Def[T], newSym: ⇒ (PatternMatching.this)#Ref[T]): (PatternMatching.this)#Ref[T]
- Definition Classes
- Base
-
def
formatConst(x: Any): String
- Attributes
- protected
- Definition Classes
- GraphVizExport
-
def
formatDef(d: (PatternMatching.this)#Def[_])(implicit config: GraphVizConfig): String
- Attributes
- protected
- Definition Classes
- PatternMatching → GraphVizExport
-
def
formatMetadata(s: (PatternMatching.this)#Sym): List[String]
- Attributes
- protected
- Definition Classes
- GraphVizExport
-
final
def
freshId: Int
- Definition Classes
- Base
- Annotations
- @inline()
-
final
def
freshSym[T](d: (PatternMatching.this)#Def[T]): (PatternMatching.this)#Ref[T]
- Definition Classes
- Base
- Annotations
- @inline()
-
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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getEntityObject(name: String): Nullable[(PatternMatching.this)#EntityObject]
- Definition Classes
- Base
- Annotations
- @inline()
-
def
getOwnerKind(constructor: java.lang.reflect.Constructor[_]): (PatternMatching.this)#OwnerKind
- Attributes
- protected
- Definition Classes
- Base
-
final
def
getSourceValues(dataEnv: (PatternMatching.this)#DataEnv, forWrapper: Boolean, stagedValues: AnyRef*): Seq[AnyRef]
- Definition Classes
- TypeDescs
-
def
getStagedFunc(name: String): (PatternMatching.this)#Ref[_]
- Definition Classes
- BaseEx
-
final
def
getSym(id: Int): (PatternMatching.this)#Sym
- Definition Classes
- Base
- Annotations
- @inline()
-
def
hasFuncArg(args: Array[AnyRef]): Boolean
- Attributes
- protected
- Definition Classes
- BaseEx
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
initialInvokeTesters: ArrayBuffer[(PatternMatching.this)#InvokeTester]
- Attributes
- protected
- Definition Classes
- BaseEx
-
def
invokeAll: Boolean
- Attributes
- protected
- Definition Classes
- BaseEx
-
def
invokeUnlifted(e: (PatternMatching.this)#Elem[_], mc: (PatternMatching.this)#MethodCall, dataEnv: (PatternMatching.this)#DataEnv): AnyRef
- Definition Classes
- TypeDescs
-
def
isConcreteElem(e: (PatternMatching.this)#TypeDesc): Boolean
- Definition Classes
- BaseEx
-
def
isConcreteModuloTypeArgs(e: (PatternMatching.this)#EntityElem[_]): Boolean
- Attributes
- protected
- Definition Classes
- BaseEx
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isInvokeEnabled(d: (PatternMatching.this)#Def[_], m: Method): Boolean
- Definition Classes
- BaseEx
-
implicit
def
liftToRep[A](x: A)(implicit arg0: (PatternMatching.this)#Elem[A]): (PatternMatching.this)#Ref[A]
- Definition Classes
- Base
- Annotations
- @inline()
-
def
logWarn(msg: ⇒ String): Unit
- Definition Classes
- Base
-
val
nInitialDefs: Int
- Definition Classes
- Base
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nodeColor(td: (PatternMatching.this)#TypeDesc): String
- Attributes
- protected
- Definition Classes
- GraphVizExport
-
def
nodeColor(td: (PatternMatching.this)#TypeDesc, d: (PatternMatching.this)#Def[_])(implicit config: GraphVizConfig): String
- Attributes
- protected
- Definition Classes
- GraphVizExport
-
final
def
nodeLabel(parts: String*)(implicit config: GraphVizConfig): String
- Attributes
- protected
- Definition Classes
- GraphVizExport
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
onReset(): Unit
- Attributes
- protected
- Definition Classes
- Base
-
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
-
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
-
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
- def patternMatchError(obj: Any): Nothing
-
val
performViewsLifting: Boolean
- Definition Classes
- BaseEx
-
def
placeholder[T](implicit eT: (PatternMatching.this)#LElem[T]): (PatternMatching.this)#Ref[T]
- Definition Classes
- Base
- Annotations
- @inline()
-
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
-
def
propagateUnOp[T, R](op: (PatternMatching.this)#UnOp[T, R], x: (PatternMatching.this)#Ref[T]): (PatternMatching.this)#Ref[R]
- Definition Classes
- DefRewriting
-
def
random[T](bound: (PatternMatching.this)#Ref[T])(implicit n: Numeric[T]): (PatternMatching.this)#Ref[T]
- Definition Classes
- BaseEx
-
def
registerEntityObject(name: String, obj: (PatternMatching.this)#EntityObject): Unit
- Attributes
- protected
- Definition Classes
- Base
-
implicit
def
reifyObject[A](obj: (PatternMatching.this)#Def[A]): (PatternMatching.this)#Ref[A]
- Definition Classes
- Base
-
def
removeInvokeTester(pred: (PatternMatching.this)#InvokeTester): Unit
- Definition Classes
- BaseEx
-
def
resetContext(): Unit
- Definition Classes
- Base
-
def
resetTesters(): Unit
- Definition Classes
- BaseEx
-
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
-
def
rewriteDef[A](d: (PatternMatching.this)#Def[A]): (PatternMatching.this)#Ref[Any]
- Definition Classes
- PatternMatching → DefRewriting
-
final
def
rewriteUnOp[A, R](op: (PatternMatching.this)#UnOp[A, R], x: (PatternMatching.this)#Ref[A]): (PatternMatching.this)#Ref[_]
- Definition Classes
- DefRewriting
-
def
rewriteViews[T](d: (PatternMatching.this)#Def[T]): (PatternMatching.this)#Ref[_]
- Definition Classes
- BaseEx
-
def
shouldEmitCluster(g: (PatternMatching.this)#AstGraph): Boolean
- Attributes
- protected
- Definition Classes
- GraphVizExport
-
def
showGraphs(graph: (PatternMatching.this)#AstGraph)(implicit config: GraphVizConfig): Unit
- Definition Classes
- GraphVizExport
-
def
showGraphs(roots: (PatternMatching.this)#Sym*)(implicit config: GraphVizConfig): Unit
- Definition Classes
- GraphVizExport
-
def
stagingExceptionMessage(message: String, syms: Seq[(PatternMatching.this)#Ref[_]]): String
- Attributes
- protected
- Definition Classes
- Base
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toExp[T](d: (PatternMatching.this)#Def[T], newSym: ⇒ (PatternMatching.this)#Ref[T]): (PatternMatching.this)#Ref[T]
- Attributes
- protected[scalan]
- Definition Classes
- Base
-
implicit final
def
toLazyElem[A](implicit eA: (PatternMatching.this)#Elem[A]): (PatternMatching.this)#LElem[A]
- Definition Classes
- TypeDescs
-
def
toRep[A](x: A)(implicit eA: (PatternMatching.this)#Elem[A]): (PatternMatching.this)#Ref[A]
- Definition Classes
- Base
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
transformProductParam(x: Any, t: (PatternMatching.this)#Transformer): Any
- Attributes
- protected
- Definition Classes
- Base
-
def
unapplyViews[T](s: (PatternMatching.this)#Ref[T]): Option[(PatternMatching.this)#Unpacked[T]]
- Definition Classes
- BaseEx
-
final
def
updateSymbolTable[T](s: (PatternMatching.this)#Ref[T], d: (PatternMatching.this)#Def[T]): (PatternMatching.this)#Ref[T]
- Definition Classes
- Base
-
final
def
valueFromRep[A](x: (PatternMatching.this)#Ref[A]): A
- Definition Classes
- Base
- Annotations
- @inline()
-
def
variable[T](implicit eT: (PatternMatching.this)#LElem[T]): (PatternMatching.this)#Ref[T]
- Definition Classes
- Base
- Annotations
- @inline()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Branch extends Serializable
-
object
Def
- Definition Classes
- Base
-
object
Elem extends Serializable
- Definition Classes
- TypeDescs
-
object
Liftables
- Definition Classes
- Base