object pureCodegen extends CommonCodegen with Casegen
- Source
- MatchCodeGen.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- pureCodegen
- Casegen
- CommonCodegen
- AbsCodegen
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
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
_asInstanceOf(b: Global.Symbol, tp: Global.Type): Global.Tree
- Definition Classes
- CommonCodegen → AbsCodegen
-
def
_equals(checker: Global.Tree, binder: Global.Symbol): Global.Tree
- Definition Classes
- CommonCodegen → AbsCodegen
-
def
_isInstanceOf(b: Global.Symbol, tp: Global.Type): Global.Tree
- Definition Classes
- CommonCodegen → AbsCodegen
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
drop(tgt: Global.Tree)(n: Int): Global.Tree
- Definition Classes
- CommonCodegen → AbsCodegen
-
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
flatMap(prev: Global.Tree, b: Global.Symbol, next: Global.Tree): Global.Tree
- Definition Classes
- pureCodegen → Casegen
-
def
flatMapCond(cond: Global.Tree, res: Global.Tree, nextBinder: Global.Symbol, next: Global.Tree): Global.Tree
- Definition Classes
- pureCodegen → Casegen
-
def
flatMapGuard(guardTree: Global.Tree, next: Global.Tree): Global.Tree
- Definition Classes
- pureCodegen → Casegen
-
def
fun(arg: Global.Symbol, body: Global.Tree): Global.Tree
- Definition Classes
- CommonCodegen
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def guard(c: Global.Tree, thenp: Global.Tree): Global.Tree
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
ifThenElseZero(c: Global.Tree, thenp: Global.Tree): Global.Tree
- Definition Classes
- Casegen
-
def
index(tgt: Global.Tree)(i: Int): Global.Tree
- Definition Classes
- CommonCodegen → AbsCodegen
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
matcher(scrut: Global.Tree, scrutSym: Global.Symbol, restpe: Global.Type)(cases: List[(PureCodegen.Casegen) ⇒ Global.Tree], matchFailGen: Option[(Global.Tree) ⇒ Global.Tree]): Global.Tree
- Definition Classes
- pureCodegen → AbsCodegen
-
def
mkZero(tp: Global.Type): Global.Tree
- Definition Classes
- CommonCodegen → AbsCodegen
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
one(res: Global.Tree): Global.Tree
- Definition Classes
- pureCodegen → Casegen
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
tupleSel(binder: Global.Symbol)(i: Int): Global.Tree
- Definition Classes
- CommonCodegen → AbsCodegen
- def typedOrElse(thisCase: Global.Tree, elseCase: Global.Tree): Global.Tree
-
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( ... )
-
def
zero: Global.Tree
- Attributes
- protected
- Definition Classes
- pureCodegen → Casegen
The Scala compiler and reflection APIs.