scala.tools.nsc.matching.ParallelMatching.MatchMatrix

LiteralState

case class LiteralState(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. LiteralState
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. State
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LiteralState(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], Tree)

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

    Definition Classes
    Any
  9. val body: Tree

    Definition Classes
    LiteralStateState
  10. val bx: Int

    Definition Classes
    LiteralStateState
  11. def caseResultType: Type

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

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

    Definition Classes
    AnyRef
  14. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  18. def label: None.type

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

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

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

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

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

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

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

    Definition Classes
    LiteralStateState
  26. def referenceCount: Int

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

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

    Definition Classes
    AnyRef
  29. def unreached: Boolean

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from State

Inherited from AnyRef

Inherited from Any