object Pat extends java.io.Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pat
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Alternative extends Pat with Product
- Annotations
- @astClass() @leafClass()
- trait ArgClause extends Member.ArgClause with WithPats with Product
- Annotations
- @astClass() @leafClass()
- trait Assign extends Pat with WithBody with Product
- Annotations
- @astClass() @leafClass()
- trait Bind extends Pat with Product
- Annotations
- @astClass() @leafClass()
- trait Extract extends Pat with Apply with Product
- Annotations
- @astClass() @leafClass()
- trait ExtractInfix extends Pat with Infix with Product
- Annotations
- @astClass() @leafClass()
- trait Given extends Pat with Product
- Annotations
- @astClass() @leafClass()
- trait Interpolate extends Pat with Product
- Annotations
- @astClass() @leafClass()
- trait Macro extends Pat with WithBody with Product
- Annotations
- @astClass() @leafClass()
- trait Repeated extends Pat with Tree.Repeated with Product
- Annotations
- @astClass() @leafClass()
- trait SeqWildcard extends Pat with Product
- Annotations
- @astClass() @leafClass()
- trait Tuple extends Pat with Member.Tuple with WithPats with Product
- Annotations
- @astClass() @leafClass()
- trait Typed extends Pat with Product
- Annotations
- @astClass() @leafClass()
- trait Var extends Pat with Member.Term with Product
- Annotations
- @astClass() @leafClass()
- trait Wildcard extends Pat with Product
- Annotations
- @astClass() @leafClass()
- trait Xml extends Pat with Product
- Annotations
- @astClass() @leafClass()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def ClassifierClass[T <: Tree]: Classifier[T, Pat]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def astInfo: AstInfo[Pat]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fresh(prefix: String): Var
- def fresh(): Var
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def unapply(x: Pat): Boolean
- Annotations
- @inline()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object Alternative extends AlternativeLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object ArgClause extends ArgClauseLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Assign extends AssignLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Bind extends BindLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Extract extends ExtractLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object ExtractInfix extends ExtractInfixLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Given extends GivenLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Interpolate extends InterpolateLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Macro extends MacroLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Quasi extends QuasiLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Repeated extends RepeatedLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object SeqWildcard extends SeqWildcardLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Tuple extends TupleLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Typed extends TypedLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Var extends VarLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Wildcard extends WildcardLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()
- object Xml extends XmlLowPriority with java.io.Serializable
- Annotations
- @astCompanion() @leafCompanion()