scala
.
tools
.
nsc
.
backend
.
opt
.
Inliners
InliningPhase
class
InliningPhase
extends
Global.icodes.ICodePhase
The Inlining phase.
Linear Supertypes
Global.icodes.ICodePhase
,
GlobalPhase
,
reflect.internal.Phase
,
AnyRef
,
Any
Type Hierarchy
Learn more about scaladoc diagrams
InliningPhase
Global.icodes.ICodePhase
Ordering
Alphabetic
By inheritance
Inherited
InliningPhase
ICodePhase
GlobalPhase
Phase
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
InliningPhase
(
prev:
Phase
)
Type Members
type
Id
=
Int
Definition Classes
Phase
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
InliningPhase
to
any2stringadd
[
InliningPhase
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
InliningPhase
,
B
)
Implicit information
This member is added by an implicit conversion from
InliningPhase
to
ArrowAssoc
[
InliningPhase
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
apply
(
c:
Global.icodes.IClass
)
:
Unit
Definition Classes
InliningPhase
→
ICodePhase
def
apply
(
unit:
Global.CompilationUnit
)
:
Unit
Definition Classes
ICodePhase
→
GlobalPhase
final
def
applyPhase
(
unit:
Global.CompilationUnit
)
:
Unit
Definition Classes
GlobalPhase
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
cancelled
(
unit:
Global.CompilationUnit
)
:
Boolean
Is current phase cancelled on this unit?
Is current phase cancelled on this unit?
Definition Classes
GlobalPhase
def
checkable
:
Boolean
Definition Classes
Phase
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
description
:
String
Definition Classes
Phase
def
ensuring
(
cond: (
InliningPhase
) ⇒
Boolean
,
msg: ⇒
Any
)
:
InliningPhase
Implicit information
This member is added by an implicit conversion from
InliningPhase
to
Ensuring
[
InliningPhase
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
InliningPhase
) ⇒
Boolean
)
:
InliningPhase
Implicit information
This member is added by an implicit conversion from
InliningPhase
to
Ensuring
[
InliningPhase
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
InliningPhase
Implicit information
This member is added by an implicit conversion from
InliningPhase
to
Ensuring
[
InliningPhase
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
InliningPhase
Implicit information
This member is added by an implicit conversion from
InliningPhase
to
Ensuring
[
InliningPhase
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
other:
Any
)
:
Boolean
Definition Classes
Phase → AnyRef → Any
def
erasedTypes
:
Boolean
Definition Classes
ICodePhase
→
GlobalPhase
→ Phase
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
flagMask
:
Long
Definition Classes
Phase
def
flatClasses
:
Boolean
Definition Classes
GlobalPhase
→ Phase
val
fmask
:
Long
Definition Classes
Phase
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
InliningPhase
to
StringFormat
[
InliningPhase
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hasNext
:
Boolean
Definition Classes
Phase
def
hashCode
()
:
Int
Definition Classes
Phase → AnyRef → Any
object
iclassOrdering
extends
Ordering
[
Global.icodes.IClass
]
val
id
:
Id
Definition Classes
Phase
val
inliner
:
Inliner
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
iterator
:
collection.Iterator
[
reflect.internal.Phase
]
Definition Classes
Phase
def
keepsTypeParams
:
Boolean
Definition Classes
Phase
def
name
:
String
Definition Classes
InliningPhase
→ Phase
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
newFlags
:
Long
Definition Classes
Phase
def
next
:
reflect.internal.Phase
Definition Classes
Phase
def
nextFlags
:
Long
Definition Classes
Phase
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
prev
:
reflect.internal.Phase
Definition Classes
Phase
val
queue
:
PriorityQueue
[
Global.icodes.IClass
]
def
refChecked
:
Boolean
Definition Classes
GlobalPhase
→ Phase
def
run
()
:
Unit
Definition Classes
InliningPhase
→
GlobalPhase
→ Phase
def
specialized
:
Boolean
Definition Classes
GlobalPhase
→ Phase
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Phase → 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
)
: (
InliningPhase
,
B
)
Implicit information
This member is added by an implicit conversion from
InliningPhase
to
ArrowAssoc
[
InliningPhase
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
Global.icodes.ICodePhase
Inherited from
GlobalPhase
Inherited from
reflect.internal.Phase
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
InliningPhase
to
any2stringadd
[
InliningPhase
]
Inherited by implicit conversion StringFormat from
InliningPhase
to
StringFormat
[
InliningPhase
]
Inherited by implicit conversion Ensuring from
InliningPhase
to
Ensuring
[
InliningPhase
]
Inherited by implicit conversion ArrowAssoc from
InliningPhase
to
ArrowAssoc
[
InliningPhase
]
Ungrouped
The Inlining phase.