scala
.
tools
.
nsc
.
matching
.
ParallelMatching
.
MatchMatrix
State
abstract
class
State
extends AnyRef
Source
ParallelMatching.scala
Linear Supertypes
AnyRef,
Any
Known Subclasses
FinalState
,
LiteralState
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
State
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
State
()
Abstract Value Members
abstract
def
applyBindingsImpl
(
subst: Map[
Symbol
,
Symbol
]
)
: (List[
ValDef
],
Tree
)
Attributes
protected
abstract
def
body
:
Tree
abstract
def
bx
:
Int
abstract
def
label
:
Option
[
LabelDef
]
abstract
def
params
: List[
Symbol
]
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
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
applyBindings
(
subst: Map[
Symbol
,
Symbol
]
)
: (List[
ValDef
],
Tree
)
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
caseResultType
:
Type
Attributes
protected
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
: Class[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
identsFor
(
subst: Map[
Symbol
,
Symbol
]
)
: List[
Tree
]
Attributes
protected
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
mapSubst
[
T
]
(
subst: Map[
Symbol
,
Symbol
]
)
(
f: (
Symbol
,
Symbol
) ⇒ T
)
: List[T]
Attributes
protected
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
newValDefinition
(
lhs:
Symbol
,
rhs:
Symbol
)
:
ValDef
Attributes
protected
def
newValReference
(
lhs:
Symbol
,
rhs:
Symbol
)
:
Tree
Attributes
protected
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
referenceCount
:
Int
def
shouldInline
(
sym:
Symbol
)
:
Boolean
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
unreached
:
Boolean
def
valDefsFor
(
subst: Map[
Symbol
,
Symbol
]
)
: List[
ValDef
]
Attributes
protected
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
()
Inherited from AnyRef
Inherited from
Any