scala.tools.nsc.matching.Patterns

ApplySelectPattern

case class ApplySelectPattern(tree: Global.Apply) extends transform.ExplicitOuter.Pattern with transform.ExplicitOuter.ApplyPattern with transform.ExplicitOuter.SelectPattern with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, transform.ExplicitOuter.SelectPattern, transform.ExplicitOuter.NamePattern, transform.ExplicitOuter.ApplyPattern, transform.ExplicitOuter.Pattern, transform.ExplicitOuter.PatternBindingLogic, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ApplySelectPattern
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SelectPattern
  7. NamePattern
  8. ApplyPattern
  9. Pattern
  10. PatternBindingLogic
  11. AnyRef
  12. 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 ApplySelectPattern(tree: Global.Apply)

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.ApplySelectPattern to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (transform.ExplicitOuter.ApplySelectPattern, B)

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

    Definition Classes
    ApplyPattern
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def backticked: Option[String]

    Definition Classes
    SelectPattern
  11. def boundTree: Global.Tree

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

    Definition Classes
    PatternBindingLogic
  13. def clone(): AnyRef

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

    Definition Classes
    ApplySelectPatternSelectPatternApplyPatternPattern
  15. def description: String

    Definition Classes
    ApplySelectPatternNamePatternPattern
  16. def dummies: List[transform.ExplicitOuter.Pattern]

    Definition Classes
    ApplyPatternPattern
  17. def ensuring(cond: (transform.ExplicitOuter.ApplySelectPattern) ⇒ Boolean, msg: ⇒ Any): transform.ExplicitOuter.ApplySelectPattern

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

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

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

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

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

    Standard methods *

    Standard methods *

    Definition Classes
    Pattern → AnyRef → Any
  23. def equalsCheck: Global.Type

    Definition Classes
    Pattern
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. lazy val fn: Global.Tree

    Definition Classes
    ApplyPattern
  26. def formatted(fmtstr: String): String

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

    Definition Classes
    AnyRef → Any
  28. def getPathSegments(t: Global.Tree): List[Global.Name]

    Attributes
    protected
    Definition Classes
    SelectPattern
  29. def hasStar: Boolean

    Definition Classes
    Pattern
  30. def hashCode(): Int

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

    Definition Classes
    Pattern
  32. def isConstructorPattern: Boolean

    Definition Classes
    ApplyPattern
  33. def isDefault: Boolean

    Definition Classes
    Pattern
  34. def isEmpty: Boolean

    Definition Classes
    Pattern
  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. def isModule: Boolean

    Definition Classes
    Pattern
  37. def isObject: Boolean

    Definition Classes
    Pattern
  38. def kindString: String

    Definition Classes
    Pattern
  39. lazy val name: Global.Name

    Definition Classes
    SelectPatternNamePattern
  40. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. def necessaryType: Global.Type

    Definition Classes
    Pattern
  42. def newMatchesPattern(sym: Global.Symbol, pattp: Global.Type): Boolean

    Definition Classes
    Pattern
  43. final def notify(): Unit

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

    Definition Classes
    AnyRef
  45. def pathSegments: List[Global.Name]

    Definition Classes
    SelectPattern
  46. lazy val qualifier: Global.Tree

    Definition Classes
    SelectPattern
  47. def rebindTo(t: Global.Tree): transform.ExplicitOuter.Pattern

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

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

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

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

    Definition Classes
    PatternBindingLogic
  52. lazy val select: Global.Select

    Definition Classes
    ApplySelectPatternSelectPattern
  53. def setBound(x: Global.Bind): transform.ExplicitOuter.Pattern

    Definition Classes
    PatternBindingLogic
  54. def setType(tpe: Global.Type): ApplySelectPattern.this.type

    Definition Classes
    Pattern
  55. def simplify(pv: transform.ExplicitOuter.PatternVar): transform.ExplicitOuter.Pattern

    Definition Classes
    ApplySelectPatternNamePatternPattern
  56. def subpatterns(pm: ParallelMatching.MatchMatrix.PatternMatch): List[transform.ExplicitOuter.Pattern]

    Definition Classes
    Pattern
  57. def subpatternsForVars: List[transform.ExplicitOuter.Pattern]

    Definition Classes
    ApplyPatternPatternBindingLogic
  58. lazy val sufficientType: Global.Type

    Definition Classes
    ApplySelectPatternNamePatternPattern
  59. def sym: Global.Symbol

    Definition Classes
    Pattern
  60. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Definition Classes
    Pattern
  63. def tpe: Global.Type

    Definition Classes
    Pattern
  64. val tree: Global.Apply

    Definition Classes
    ApplySelectPatternPattern
  65. final def wait(): Unit

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

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

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

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from transform.ExplicitOuter.ApplySelectPattern 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:
    (applySelectPattern: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from transform.ExplicitOuter.ApplySelectPattern 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:
    (applySelectPattern: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: transform.ExplicitOuter.ApplySelectPattern

    Implicit information
    This member is added by an implicit conversion from transform.ExplicitOuter.ApplySelectPattern to ArrowAssoc[transform.ExplicitOuter.ApplySelectPattern] 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:
    (applySelectPattern: ArrowAssoc[transform.ExplicitOuter.ApplySelectPattern]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: transform.ExplicitOuter.ApplySelectPattern

    Implicit information
    This member is added by an implicit conversion from transform.ExplicitOuter.ApplySelectPattern to Ensuring[transform.ExplicitOuter.ApplySelectPattern] 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:
    (applySelectPattern: Ensuring[transform.ExplicitOuter.ApplySelectPattern]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from transform.ExplicitOuter.SelectPattern

Inherited from transform.ExplicitOuter.NamePattern

Inherited from transform.ExplicitOuter.ApplyPattern

Inherited from transform.ExplicitOuter.Pattern

Inherited from transform.ExplicitOuter.PatternBindingLogic

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped