scala.tools.nsc.matching.ParallelMatching.MatchMatrix

FinalState

case class FinalState(bx: Int, params: List[Symbol], body: Tree) extends State with Product with Serializable

Source
ParallelMatching.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, State, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. FinalState
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. State
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FinalState(bx: Int, params: List[Symbol], body: Tree)

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. final def applyBindings(subst: Map[Symbol, Symbol]): (List[ValDef], Tree)

    Definition Classes
    State
  7. def applyBindingsImpl(subst: Map[Symbol, Symbol]): (List[ValDef], TermTree with Serializable)

    Attributes
    protected
    Definition Classes
    FinalStateState
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val body: Tree

    Definition Classes
    FinalStateState
  10. val bx: Int

    Definition Classes
    FinalStateState
  11. def canEqual(arg0: Any): Boolean

    Definition Classes
    FinalState → Equals
  12. def caseResultType: Type

    Attributes
    protected
    Definition Classes
    State
  13. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    FinalState → Equals → AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    FinalState → AnyRef → Any
  19. def identsFor(subst: Map[Symbol, Symbol]): List[Tree]

    Attributes
    protected
    Definition Classes
    State
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def label: Some[LabelDef]

    Definition Classes
    FinalStateState
  22. def mapSubst[T](subst: Map[Symbol, Symbol])(f: (Symbol, Symbol) ⇒ T): List[T]

    Attributes
    protected
    Definition Classes
    State
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def newValDefinition(lhs: Symbol, rhs: Symbol): ValDef

    Attributes
    protected
    Definition Classes
    State
  25. def newValReference(lhs: Symbol, rhs: Symbol): Tree

    Attributes
    protected
    Definition Classes
    State
  26. final def notify(): Unit

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

    Definition Classes
    AnyRef
  28. val params: List[Symbol]

    Definition Classes
    FinalStateState
  29. def productArity: Int

    Definition Classes
    FinalState → Product
  30. def productElement(arg0: Int): Any

    Definition Classes
    FinalState → Product
  31. def productIterator: Iterator[Any]

    Definition Classes
    Product
  32. def productPrefix: String

    Definition Classes
    FinalState → Product
  33. def referenceCount: Int

    Definition Classes
    State
  34. def shouldInline(sym: Symbol): Boolean

    Definition Classes
    State
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    FinalState → AnyRef → Any
  37. def unreached: Boolean

    Definition Classes
    State
  38. def valDefsFor(subst: Map[Symbol, Symbol]): List[ValDef]

    Attributes
    protected
    Definition Classes
    State
  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from State

Inherited from AnyRef

Inherited from Any