scala.tools.nsc.matching.Patterns

Pattern

sealed abstract class Pattern extends PatternBindingLogic

Source
Patterns.scala
Linear Supertypes
PatternBindingLogic, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Pattern
  2. PatternBindingLogic
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringfmt
  2. by any2stringadd
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Pattern()

Abstract Value Members

  1. abstract def tree: Tree

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Pattern to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Pattern, B)

    Implicit information
    This member is added by an implicit conversion from Pattern to ArrowAssoc[Pattern] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def boundTree: Tree

    Definition Classes
    PatternBindingLogic
  10. def boundVariables: List[Symbol]

    Definition Classes
    PatternBindingLogic
  11. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def covers(sym: Symbol): Boolean

  13. def description: String

  14. def dummies: List[Pattern]

  15. def ensuring(cond: (Pattern) ⇒ Boolean, msg: ⇒ Any): Pattern

    Implicit information
    This member is added by an implicit conversion from Pattern to Ensuring[Pattern] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (Pattern) ⇒ Boolean): Pattern

    Implicit information
    This member is added by an implicit conversion from Pattern to Ensuring[Pattern] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): Pattern

    Implicit information
    This member is added by an implicit conversion from Pattern to Ensuring[Pattern] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): Pattern

    Implicit information
    This member is added by an implicit conversion from Pattern to Ensuring[Pattern] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(other: Any): Boolean

    Standard methods *

    Standard methods *

    Definition Classes
    Pattern → AnyRef → Any
  21. def equalsCheck: Type

  22. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Pattern to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def hasStar: Boolean

  26. def hashCode(): Int

    Definition Classes
    Pattern → AnyRef → Any
  27. def isCaseClass: Boolean

  28. def isDefault: Boolean

  29. def isEmpty: Boolean

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isModule: Boolean

  32. def isObject: Boolean

  33. def kindString: String

  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. def necessaryType: Type

  36. def newMatchesPattern(sym: Symbol, pattp: Type): Boolean

  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. def rebindTo(t: Tree): Pattern

    Definition Classes
    PatternBindingLogic
  40. def rebindToEmpty(tpe: Type): Pattern

    Definition Classes
    PatternBindingLogic
  41. def rebindToEqualsCheck(): Pattern

    Definition Classes
    PatternBindingLogic
  42. def rebindToObjectCheck(): Pattern

    Definition Classes
    PatternBindingLogic
  43. def rebindToType(tpe: Type, ascription: Type = null): Pattern

    Definition Classes
    PatternBindingLogic
  44. val self: Any

    Implicit information
    This member is added by an implicit conversion from Pattern to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  45. val self: Any

    Implicit information
    This member is added by an implicit conversion from Pattern to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  46. def setBound(x: Bind): Pattern

    Definition Classes
    PatternBindingLogic
  47. def setType(tpe: Type): Pattern.this.type

  48. def simplify(pv: PatternVar): Pattern

  49. def subpatterns(pm: PatternMatch): List[Pattern]

  50. def subpatternsForVars: List[Pattern]

    Definition Classes
    PatternBindingLogic
  51. def sufficientType: Type

  52. def sym: Symbol

  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  54. final def toString(): String

    Definition Classes
    Pattern → AnyRef → Any
  55. def toTypeString(): String

  56. def tpe: Type

  57. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  58. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  59. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  60. def [B](y: B): (Pattern, B)

    Implicit information
    This member is added by an implicit conversion from Pattern to ArrowAssoc[Pattern] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def x: Pattern

    Implicit information
    This member is added by an implicit conversion from Pattern to ArrowAssoc[Pattern] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Pattern

    Implicit information
    This member is added by an implicit conversion from Pattern to Ensuring[Pattern] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from PatternBindingLogic

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from Pattern to StringFormat

Inherited by implicit conversion any2stringadd from Pattern to StringAdd

Inherited by implicit conversion any2ArrowAssoc from Pattern to ArrowAssoc[Pattern]

Inherited by implicit conversion any2Ensuring from Pattern to Ensuring[Pattern]