scala.tools.nsc.matching.Patterns

Pattern

sealed abstract class Pattern extends transform.ExplicitOuter.PatternBindingLogic

Source
Patterns.scala
Linear Supertypes
transform.ExplicitOuter.PatternBindingLogic, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Pattern
  2. PatternBindingLogic
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  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: Global.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 transform.ExplicitOuter.Pattern to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (transform.ExplicitOuter.Pattern, B)

    Implicit information
    This member is added by an implicit conversion from transform.ExplicitOuter.Pattern to ArrowAssoc[transform.ExplicitOuter.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: Global.Tree

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

    Definition Classes
    PatternBindingLogic
  11. def clone(): AnyRef

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

  13. def description: String

  14. def dummies: List[transform.ExplicitOuter.Pattern]

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from transform.ExplicitOuter.Pattern to Ensuring[transform.ExplicitOuter.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: Global.Type

  22. def finalize(): Unit

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

    Implicit information
    This member is added by an implicit conversion from transform.ExplicitOuter.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: Global.Type

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

  37. final def notify(): Unit

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

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

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

    Definition Classes
    PatternBindingLogic
  41. def rebindToEqualsCheck(): transform.ExplicitOuter.Pattern

    Definition Classes
    PatternBindingLogic
  42. def rebindToObjectCheck(): transform.ExplicitOuter.Pattern

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

    Definition Classes
    PatternBindingLogic
  44. def setBound(x: Global.Bind): transform.ExplicitOuter.Pattern

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

  46. def simplify(pv: transform.ExplicitOuter.PatternVar): transform.ExplicitOuter.Pattern

  47. def subpatterns(pm: ParallelMatching.MatchMatrix.PatternMatch): List[transform.ExplicitOuter.Pattern]

  48. def subpatternsForVars: List[transform.ExplicitOuter.Pattern]

    Definition Classes
    PatternBindingLogic
  49. def sufficientType: Global.Type

  50. def sym: Global.Symbol

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

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

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

  54. def tpe: Global.Type

  55. final def wait(): Unit

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

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

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

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

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from transform.ExplicitOuter.Pattern to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (pattern: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from transform.ExplicitOuter.Pattern to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (pattern: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: transform.ExplicitOuter.Pattern

    Implicit information
    This member is added by an implicit conversion from transform.ExplicitOuter.Pattern to ArrowAssoc[transform.ExplicitOuter.Pattern] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (pattern: ArrowAssoc[transform.ExplicitOuter.Pattern]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: transform.ExplicitOuter.Pattern

    Implicit information
    This member is added by an implicit conversion from transform.ExplicitOuter.Pattern to Ensuring[transform.ExplicitOuter.Pattern] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (pattern: Ensuring[transform.ExplicitOuter.Pattern]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from transform.ExplicitOuter.PatternBindingLogic

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from transform.ExplicitOuter.Pattern to StringAdd

Inherited by implicit conversion any2stringfmt from transform.ExplicitOuter.Pattern to StringFormat

Inherited by implicit conversion any2ArrowAssoc from transform.ExplicitOuter.Pattern to ArrowAssoc[transform.ExplicitOuter.Pattern]

Inherited by implicit conversion any2Ensuring from transform.ExplicitOuter.Pattern to Ensuring[transform.ExplicitOuter.Pattern]

Ungrouped