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

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

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

    Attributes
    final
    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. def getClass (): java.lang.Class[_]

    Attributes
    final
    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. def isInstanceOf [T0] : Boolean

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

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

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

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

    Attributes
    final
    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. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  38. def toString (): String

    Definition Classes
    VariableRuleRuleApplication → AnyRef → Any
  39. 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)

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RuleApplication

Inherited from AnyRef

Inherited from Any