scala.tools.nsc.matching.ParallelMatching.MatchMatrix

VariableRule

case class VariableRule(subst: Bindings, guard: Tree, guardedRest: Rep, bx: Int) extends RuleApplication with Product with Serializable

VariableRule: The top-most rows has only variable (non-constructor) patterns.

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

Instance Constructors

  1. new VariableRule(subst: Bindings, guard: Tree, guardedRest: Rep, bx: Int)

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 asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val bx: Int

  8. def canEqual(arg0: Any): Boolean

    Definition Classes
    VariableRule → Equals
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. lazy val codegen: Tree

    Definition Classes
    RuleApplication
  11. lazy val cond: Tree

    Definition Classes
    VariableRuleRuleApplication
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    VariableRule → Equals → AnyRef → Any
  14. lazy val failure: Tree

    Definition Classes
    VariableRuleRuleApplication
  15. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  17. val guard: Tree

  18. val guardedRest: Rep

  19. def hashCode(): Int

    Definition Classes
    VariableRule → AnyRef → Any
  20. lazy val head: Pattern

    Definition Classes
    RuleApplication
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def mkFail(xs: List[Row]): Tree

    Definition Classes
    RuleApplication
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. lazy val patterns: List[Pattern]

    Definition Classes
    RuleApplication
  27. def pmatch: PatternMatch

    Definition Classes
    VariableRuleRuleApplication
  28. def productArity: Int

    Definition Classes
    VariableRule → Product
  29. def productElement(arg0: Int): Any

    Definition Classes
    VariableRule → Product
  30. def productIterator: Iterator[Any]

    Definition Classes
    Product
  31. def productPrefix: String

    Definition Classes
    VariableRule → Product
  32. def remake(rows: List[Row], pvgroup: PatternVarGroup = emptyPatternVarGroup, includeScrut: Boolean = true): Rep

    Definition Classes
    RuleApplication
  33. def rest: Rep

    Definition Classes
    VariableRuleRuleApplication
  34. lazy val scrut: Scrutinee

    Definition Classes
    RuleApplication
  35. val subst: Bindings

  36. lazy val success: Tree

    Definition Classes
    VariableRuleRuleApplication
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    VariableRuleRuleApplication → AnyRef → Any
  39. final def tree(): Tree

    translate outcome of the rule application into code (possible involving recursive application of rewriting)

    translate outcome of the rule application into code (possible involving recursive application of rewriting)

    Definition Classes
    VariableRuleRuleApplication
  40. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. 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 RuleApplication

Inherited from AnyRef

Inherited from Any