org.parboiled.scala.rules

ReductionRule3_2

class ReductionRule3_2[-X, -Y, -Z, +A, +B] extends ReductionRule

A rule taking three values off the value stack and replacing them with two values.

Linear Supertypes
ReductionRule, Rule, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReductionRule3_2
  2. ReductionRule
  3. Rule
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReductionRule3_2(matcher: Matcher)

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. def append(other: Matcher): Matcher

    Attributes
    protected
    Definition Classes
    Rule
  7. def append(other: Rule): Matcher

    Attributes
    protected
    Definition Classes
    Rule
  8. def append(f: (Context[Any]) ⇒ Boolean): Matcher

    Attributes
    protected
    Definition Classes
    Rule
  9. def append(action: Action[_]): Matcher

    Attributes
    protected
    Definition Classes
    Rule
  10. def appendChoice(other: Matcher): Matcher

    Attributes
    protected
    Definition Classes
    Rule
  11. def appendChoice(other: Rule): Matcher

    Attributes
    protected
    Definition Classes
    Rule
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def label(label: String): ReductionRule3_2.this.type

    Definition Classes
    Rule
  21. val matcher: Matcher

    Definition Classes
    ReductionRule3_2Rule
  22. def memoMismatches: ReductionRule3_2.this.type

    Definition Classes
    Rule
  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. def skipNode: ReductionRule3_2.this.type

    Definition Classes
    Rule
  27. def suppressNode: ReductionRule3_2.this.type

    Definition Classes
    Rule
  28. def suppressSubnodes: ReductionRule3_2.this.type

    Definition Classes
    Rule
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    Rule → AnyRef → Any
  31. def unary_!: Rule0

    Creates a "NOT" syntactic predicate according to the PEG formalism.

    Creates a "NOT" syntactic predicate according to the PEG formalism.

    Definition Classes
    Rule
  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withMatcher(matcher: Matcher): ReductionRule3_2.this.type

    Attributes
    protected
    Definition Classes
    ReductionRule3_2Rule
  36. def |[XX <: X, YY <: Y, ZZ <: Z, AA >: A, BB >: B](other: ReductionRule3_2[XX, YY, ZZ, AA, BB]): ReductionRule3_2[XX, YY, ZZ, AA, BB]

  37. def ~[C, D, E, F, G](other: Rule5[C, D, E, F, G]): ReductionRule3_7[X, Y, Z, A, B, C, D, E, F, G]

  38. def ~[C, D, E, F](other: Rule4[C, D, E, F]): ReductionRule3_6[X, Y, Z, A, B, C, D, E, F]

  39. def ~[C, D, E](other: Rule3[C, D, E]): ReductionRule3_5[X, Y, Z, A, B, C, D, E]

  40. def ~[C, D](other: Rule2[C, D]): ReductionRule3_4[X, Y, Z, A, B, C, D]

  41. def ~[C](other: Rule1[C]): ReductionRule3_3[X, Y, Z, A, B, C]

  42. def ~[BB >: B, RB, C, D, E, F, G](other: ReductionRule1_6[BB, RB, C, D, E, F, G]): ReductionRule3_7[X, Y, Z, A, RB, C, D, E, F, G]

  43. def ~[BB >: B, RB, C, D, E, F](other: ReductionRule1_5[BB, RB, C, D, E, F]): ReductionRule3_6[X, Y, Z, A, RB, C, D, E, F]

  44. def ~[BB >: B, RB, C, D, E](other: ReductionRule1_4[BB, RB, C, D, E]): ReductionRule3_5[X, Y, Z, A, RB, C, D, E]

  45. def ~[BB >: B, RB, C, D](other: ReductionRule1_3[BB, RB, C, D]): ReductionRule3_4[X, Y, Z, A, RB, C, D]

  46. def ~[BB >: B, RB, C](other: ReductionRule1_2[BB, RB, C]): ReductionRule3_3[X, Y, Z, A, RB, C]

  47. def ~[BB >: B, RB](other: ReductionRule1[BB, RB]): ReductionRule3_2[X, Y, Z, A, RB]

  48. def ~[AA >: A, BB >: B, RA, RB, C, D, E, F, G](other: ReductionRule2_7[AA, BB, RA, RB, C, D, E, F, G]): ReductionRule3_7[X, Y, Z, RA, RB, C, D, E, F, G]

  49. def ~[AA >: A, BB >: B, RA, RB, C, D, E, F](other: ReductionRule2_6[AA, BB, RA, RB, C, D, E, F]): ReductionRule3_6[X, Y, Z, RA, RB, C, D, E, F]

  50. def ~[AA >: A, BB >: B, RA, RB, C, D, E](other: ReductionRule2_5[AA, BB, RA, RB, C, D, E]): ReductionRule3_5[X, Y, Z, RA, RB, C, D, E]

  51. def ~[AA >: A, BB >: B, RA, RB, C, D](other: ReductionRule2_4[AA, BB, RA, RB, C, D]): ReductionRule3_4[X, Y, Z, RA, RB, C, D]

  52. def ~[AA >: A, BB >: B, RA, RB, C](other: ReductionRule2_3[AA, BB, RA, RB, C]): ReductionRule3_3[X, Y, Z, RA, RB, C]

  53. def ~[AA >: A, BB >: B, RA, RB](other: ReductionRule2_2[AA, BB, RA, RB]): ReductionRule3_2[X, Y, Z, RA, RB]

  54. def ~[AA >: A, BB >: B, RA](other: ReductionRule2[AA, BB, RA]): ReductionRule3[X, Y, Z, RA]

  55. def ~[BB >: B](other: PopRule1[BB]): ReductionRule3[X, Y, Z, A]

  56. def ~[AA >: A, BB >: B](other: PopRule2[AA, BB]): PopRule3[X, Y, Z]

  57. def ~(other: Rule0): ReductionRule3_2.this.type

    Connects two rules into a rule a sequence.

    Connects two rules into a rule a sequence.

    Definition Classes
    Rule
  58. def ~%(f: (String) ⇒ Unit): ReductionRule3_2.this.type

    Creates a simple parser action with the input text matched by the immediately preceding rule as parameter.

    Creates a simple parser action with the input text matched by the immediately preceding rule as parameter.

    Definition Classes
    Rule
  59. def ~:%(f: (Char) ⇒ Unit): ReductionRule3_2.this.type

    Creates a simple parser action with the first char of the input text matched by the immediately preceding rule as parameter.

    Creates a simple parser action with the first char of the input text matched by the immediately preceding rule as parameter.

    Definition Classes
    Rule
  60. def ~:?(f: (Char) ⇒ Boolean): ReductionRule3_2.this.type

    Creates a semantic predicate on the first char of the input text matched by the immediately preceding rule.

    Creates a semantic predicate on the first char of the input text matched by the immediately preceding rule.

    Definition Classes
    Rule
  61. def ~?(f: (String) ⇒ Boolean): ReductionRule3_2.this.type

    Creates a semantic predicate on the input text matched by the immediately preceding rule.

    Creates a semantic predicate on the input text matched by the immediately preceding rule.

    Definition Classes
    Rule
  62. def ~~%(f: (B) ⇒ Unit): ReductionRule3[X, Y, Z, A]

  63. def ~~%(f: (A, B) ⇒ Unit): PopRule3[X, Y, Z]

  64. def ~~>[RB](f: (B) ⇒ RB): ReductionRule3_2[X, Y, Z, A, RB]

  65. def ~~>[RA](f: (A, B) ⇒ RA): ReductionRule3[X, Y, Z, RA]

  66. def ~~?(f: (B) ⇒ Boolean): ReductionRule3[X, Y, Z, A]

  67. def ~~?(f: (A, B) ⇒ Boolean): PopRule3[X, Y, Z]

  68. def ~~~%(f: (B) ⇒ Unit): ReductionRule3_2[X, Y, Z, A, B]

  69. def ~~~%(f: (A, B) ⇒ Unit): ReductionRule3_2[X, Y, Z, A, B]

  70. def ~~~?(f: (B) ⇒ Boolean): ReductionRule3_2[X, Y, Z, A, B]

  71. def ~~~?(f: (A, B) ⇒ Boolean): ReductionRule3_2[X, Y, Z, A, B]

Inherited from ReductionRule

Inherited from Rule

Inherited from AnyRef

Inherited from Any

Ungrouped