sealed
trait
UnapplyPattern extends Pattern
Abstract Value Members
-
abstract
def
tree: Tree
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
lazy val
arg: Symbol
-
lazy val
args: List[Tree]
-
final
def
asInstanceOf[T0]: T0
-
def
boundTree: Tree
-
def
boundVariables: List[Symbol]
-
def
clone(): AnyRef
-
def
covers(sym: Symbol): Boolean
-
def
description: String
-
def
dummies: List[Pattern]
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): UnapplyPattern
-
def
ensuring(cond: Boolean): UnapplyPattern
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(other: Any): Boolean
-
def
equalsCheck: Type
-
def
finalize(): Unit
-
lazy val
fn: Tree
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hasStar: Boolean
-
def
hashCode(): Int
-
def
isCaseClass: Boolean
-
def
isDefault: Boolean
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isModule: Boolean
-
def
isObject: Boolean
-
def
kindString: String
-
final
def
ne(arg0: AnyRef): Boolean
-
def
necessaryType: Type
-
def
newMatchesPattern(sym: Symbol, pattp: Type): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
rebindTo(t: Tree): Pattern
-
def
rebindToEmpty(tpe: Type): Pattern
-
def
rebindToEqualsCheck(): Pattern
-
def
rebindToObjectCheck(): Pattern
-
def
rebindToType(tpe: Type, ascription: Type = null): Pattern
-
def
resTypes: List[Type]
-
def
resTypesString: String
-
val
self: Any
-
val
self: Any
-
def
setBound(x: Bind): Pattern
-
def
setType(tpe: Type): UnapplyPattern.this.type
-
def
simplify(pv: PatternVar): Pattern
-
-
def
subpatternsForVars: List[Pattern]
-
def
sufficientType: Type
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
toString(): String
-
def
toTypeString(): String
-
def
tpe: Type
-
lazy val
unfn: Tree
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringfmt from
UnapplyPattern to StringFormat
Inherited by implicit conversion any2stringadd from
UnapplyPattern to StringAdd