scala
.
tools
.
nsc
.
transform
.
patmat
.
MatchCodeGen
OptimizedCodegen
trait
OptimizedCodegen
extends
CodegenCore
with
TypedSubstitution
with
OptimizedMatchMonadInterface
Linear Supertypes
OptimizedMatchMonadInterface
,
MatchCodeGen.TypedSubstitution
,
CodegenCore
,
MatchCodeGen.MatchMonadInterface
,
AnyRef
,
Any
Known Subclasses
CommonSubconditionElimination
,
MatchOptimizer
,
OptimizingMatchTranslator
Type Hierarchy
Learn more about scaladoc diagrams
OptimizedCodegen
CommonSubconditionElimination
MatchOptimizer
CodegenCore
TypedSubstitution
OptimizedMatchMonadInterface
Ordering
Alphabetic
By inheritance
Inherited
OptimizedCodegen
OptimizedMatchMonadInterface
TypedSubstitution
CodegenCore
MatchMonadInterface
AnyRef
Any
Implicitly
by StringAdd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
trait
AbsCodegen
extends
AnyRef
Definition Classes
CodegenCore
trait
Casegen
extends
AbsCodegen
Definition Classes
CodegenCore
abstract
class
CommonCodegen
extends
AbsCodegen
Definition Classes
CodegenCore
class
Substitution
extends
AnyRef
Definition Classes
TypedSubstitution
Abstract Value Members
abstract
val
typer
: (
analyzer
)#
Typer
Definition Classes
MatchMonadInterface
Concrete Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
OptimizedCodegen
to
StringAdd
[
OptimizedCodegen
] performed by method StringAdd in scala.Predef.
Definition Classes
StringAdd
def
->
[
B
]
(
y:
B
)
: (
OptimizedCodegen
,
B
)
Implicit information
This member is added by an implicit conversion from
OptimizedCodegen
to
ArrowAssoc
[
OptimizedCodegen
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
object
EmptySubstitution
extends
Substitution
Definition Classes
TypedSubstitution
object
Substitution
Definition Classes
TypedSubstitution
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
codegen
:
AbsCodegen
Definition Classes
OptimizedCodegen
→
CodegenCore
def
ensuring
(
cond: (
OptimizedCodegen
) ⇒
Boolean
,
msg: ⇒
Any
)
:
OptimizedCodegen
Implicit information
This member is added by an implicit conversion from
OptimizedCodegen
to
Ensuring
[
OptimizedCodegen
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
OptimizedCodegen
) ⇒
Boolean
)
:
OptimizedCodegen
Implicit information
This member is added by an implicit conversion from
OptimizedCodegen
to
Ensuring
[
OptimizedCodegen
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
OptimizedCodegen
Implicit information
This member is added by an implicit conversion from
OptimizedCodegen
to
Ensuring
[
OptimizedCodegen
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
OptimizedCodegen
Implicit information
This member is added by an implicit conversion from
OptimizedCodegen
to
Ensuring
[
OptimizedCodegen
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
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
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
OptimizedCodegen
to
StringFormat
[
OptimizedCodegen
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
def
freshName
(
prefix:
String
)
:
Global.TermName
Definition Classes
CodegenCore
def
freshSym
(
pos:
Global.Position
,
tp:
Global.Type
=
NoType
,
prefix:
String
=
"x"
)
:
Global.TermSymbol
Definition Classes
CodegenCore
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
inMatchMonad
(
tp:
Global.Type
)
:
Global.Type
Definition Classes
OptimizedMatchMonadInterface
→
MatchMonadInterface
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
matchMonadResult
(
tp:
Global.Type
)
:
Global.Type
Definition Classes
MatchMonadInterface
def
matchMonadSym
:
Global.ClassSymbol
Attributes
protected
Definition Classes
OptimizedMatchMonadInterface
→
MatchMonadInterface
val
matchOwner
:
Global.Symbol
Definition Classes
MatchMonadInterface
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
newSynthCaseLabel
(
name:
String
)
:
Global.MethodSymbol
Definition Classes
CodegenCore
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
object
optimizedCodegen
extends
CommonCodegen
def
pureType
(
tp:
Global.Type
)
:
Global.Type
Definition Classes
OptimizedMatchMonadInterface
→
MatchMonadInterface
def
reportMissingCases
(
pos:
Position
,
counterExamples:
List
[
String
]
)
:
Unit
Definition Classes
MatchMonadInterface
def
reportUnreachable
(
pos:
Position
)
:
Unit
Definition Classes
MatchMonadInterface
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
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
@throws
(
...
)
def
→
[
B
]
(
y:
B
)
: (
OptimizedCodegen
,
B
)
Implicit information
This member is added by an implicit conversion from
OptimizedCodegen
to
ArrowAssoc
[
OptimizedCodegen
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
OptimizedMatchMonadInterface
Inherited from
MatchCodeGen.TypedSubstitution
Inherited from
CodegenCore
Inherited from
MatchCodeGen.MatchMonadInterface
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion StringAdd from
OptimizedCodegen
to
StringAdd
[
OptimizedCodegen
]
Inherited by implicit conversion StringFormat from
OptimizedCodegen
to
StringFormat
[
OptimizedCodegen
]
Inherited by implicit conversion Ensuring from
OptimizedCodegen
to
Ensuring
[
OptimizedCodegen
]
Inherited by implicit conversion ArrowAssoc from
OptimizedCodegen
to
ArrowAssoc
[
OptimizedCodegen
]
Ungrouped