Packages

object Pat extends Serializable

Linear Supertypes
Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pat
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Alternative extends Pat with Product
    Annotations
    @astClass() @leafClass()
  2. trait ArgClause extends Member.ArgClause with Product
    Annotations
    @astClass() @leafClass()
  3. trait Bind extends Pat with Product
    Annotations
    @astClass() @leafClass()
  4. trait Extract extends Pat with Apply with Product
    Annotations
    @astClass() @leafClass()
  5. trait ExtractInfix extends Pat with Infix with Product
    Annotations
    @astClass() @leafClass()
  6. trait Given extends Pat with Product
    Annotations
    @astClass() @leafClass()
  7. trait Interpolate extends Pat with Product
    Annotations
    @astClass() @leafClass()
  8. trait Macro extends Pat with WithBody with Product
    Annotations
    @astClass() @leafClass()
  9. trait Repeated extends Pat with Product
    Annotations
    @astClass() @leafClass()
  10. trait SeqWildcard extends Pat with Product
    Annotations
    @astClass() @leafClass()
  11. trait Tuple extends Pat with Member.Tuple with Product
    Annotations
    @astClass() @leafClass()
  12. trait Typed extends Pat with Product
    Annotations
    @astClass() @leafClass()
  13. trait Var extends Pat with Member.Term with Product
    Annotations
    @astClass() @leafClass()
  14. trait Wildcard extends Pat with Product
    Annotations
    @astClass() @leafClass()
  15. trait Xml extends Pat with Product
    Annotations
    @astClass() @leafClass()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def ClassifierClass[T <: Tree]: Classifier[T, Pat]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit def astInfo: AstInfo[Pat]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fresh(prefix: String): Var
  12. def fresh(): Var
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def unapply(x: Pat): Boolean
    Annotations
    @inline()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. object Alternative extends AlternativeLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  26. object ArgClause extends ArgClauseLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  27. object Bind extends BindLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  28. object Extract extends ExtractLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  29. object ExtractInfix extends ExtractInfixLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  30. object Given extends GivenLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  31. object Interpolate extends InterpolateLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  32. object Macro extends MacroLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  33. object Repeated extends RepeatedLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  34. object SeqWildcard extends SeqWildcardLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  35. object Tuple extends TupleLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  36. object Typed extends TypedLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  37. object Var extends VarLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  38. object Wildcard extends WildcardLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()
  39. object Xml extends XmlLowPriority with Serializable
    Annotations
    @astCompanion() @leafCompanion()

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped