c

org.parboiled.scala.rules

ReductionRule3_4

class ReductionRule3_4[-X, -Y, -Z, +A, +B, +C, +D] extends ReductionRule

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

Linear Supertypes
ReductionRule, Rule, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReductionRule3_4
  2. ReductionRule
  3. Rule
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReductionRule3_4(matcher: Matcher)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def append(other: Matcher): Matcher
    Attributes
    protected
    Definition Classes
    Rule
  5. def append(other: Rule): Matcher
    Attributes
    protected
    Definition Classes
    Rule
  6. def append(f: (Context[Any]) => Boolean): Matcher
    Attributes
    protected
    Definition Classes
    Rule
  7. def append(action: Action[_]): Matcher
    Attributes
    protected
    Definition Classes
    Rule
  8. def appendChoice(other: Matcher): Matcher
    Attributes
    protected
    Definition Classes
    Rule
  9. def appendChoice(other: Rule): Matcher
    Attributes
    protected
    Definition Classes
    Rule
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def label(label: String): ReductionRule3_4.this.type
    Definition Classes
    Rule
  18. val matcher: Matcher
    Definition Classes
    ReductionRule3_4Rule
  19. def memoMismatches: ReductionRule3_4.this.type
    Definition Classes
    Rule
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. def skipNode: ReductionRule3_4.this.type
    Definition Classes
    Rule
  24. def suppressNode: ReductionRule3_4.this.type
    Definition Classes
    Rule
  25. def suppressSubnodes: ReductionRule3_4.this.type
    Definition Classes
    Rule
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    Rule → AnyRef → Any
  28. 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
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. def withMatcher(matcher: Matcher): ReductionRule3_4.this.type
    Attributes
    protected
    Definition Classes
    ReductionRule3_4Rule
  33. def |[XX <: X, YY <: Y, ZZ <: Z, AA >: A, BB >: B, CC >: C, DD >: D](other: ReductionRule3_4[XX, YY, ZZ, AA, BB, CC, DD]): ReductionRule3_4[XX, YY, ZZ, AA, BB, CC, DD]
  34. def ~[E, F, G](other: Rule3[E, F, G]): ReductionRule3_7[X, Y, Z, A, B, C, D, E, F, G]
  35. def ~[E, F](other: Rule2[E, F]): ReductionRule3_6[X, Y, Z, A, B, C, D, E, F]
  36. def ~[E](other: Rule1[E]): ReductionRule3_5[X, Y, Z, A, B, C, D, E]
  37. def ~[DD >: D, RD, E, F, G](other: ReductionRule1_4[DD, RD, E, F, G]): ReductionRule3_7[X, Y, Z, A, B, C, RD, E, F, G]
  38. def ~[DD >: D, RD, E, F](other: ReductionRule1_3[DD, RD, E, F]): ReductionRule3_6[X, Y, Z, A, B, C, RD, E, F]
  39. def ~[DD >: D, RD, E](other: ReductionRule1_2[DD, RD, E]): ReductionRule3_5[X, Y, Z, A, B, C, RD, E]
  40. def ~[DD >: D, RD](other: ReductionRule1[DD, RD]): ReductionRule3_4[X, Y, Z, A, B, C, RD]
  41. def ~[CC >: C, DD >: D, RC, RD, E, F, G](other: ReductionRule2_5[CC, DD, RC, RD, E, F, G]): ReductionRule3_7[X, Y, Z, A, B, RC, RD, E, F, G]
  42. def ~[CC >: C, DD >: D, RC, RD, E, F](other: ReductionRule2_4[CC, DD, RC, RD, E, F]): ReductionRule3_6[X, Y, Z, A, B, RC, RD, E, F]
  43. def ~[CC >: C, DD >: D, RC, RD, E](other: ReductionRule2_3[CC, DD, RC, RD, E]): ReductionRule3_5[X, Y, Z, A, B, RC, RD, E]
  44. def ~[CC >: C, DD >: D, RC, RD](other: ReductionRule2_2[CC, DD, RC, RD]): ReductionRule3_4[X, Y, Z, A, B, RC, RD]
  45. def ~[CC >: C, DD >: D, RC](other: ReductionRule2[CC, DD, RC]): ReductionRule3_3[X, Y, Z, A, B, RC]
  46. def ~[BB >: B, CC >: C, DD >: D, RB, RC, RD, E, F, G](other: ReductionRule3_6[BB, CC, DD, RB, RC, RD, E, F, G]): ReductionRule3_7[X, Y, Z, A, RB, RC, RD, E, F, G]
  47. def ~[BB >: B, CC >: C, DD >: D, RB, RC, RD, E, F](other: ReductionRule3_5[BB, CC, DD, RB, RC, RD, E, F]): ReductionRule3_6[X, Y, Z, A, RB, RC, RD, E, F]
  48. def ~[BB >: B, CC >: C, DD >: D, RB, RC, RD, E](other: ReductionRule3_4[BB, CC, DD, RB, RC, RD, E]): ReductionRule3_5[X, Y, Z, A, RB, RC, RD, E]
  49. def ~[BB >: B, CC >: C, DD >: D, RB, RC, RD](other: ReductionRule3_3[BB, CC, DD, RB, RC, RD]): ReductionRule3_4[X, Y, Z, A, RB, RC, RD]
  50. def ~[BB >: B, CC >: C, DD >: D, RB, RC](other: ReductionRule3_2[BB, CC, DD, RB, RC]): ReductionRule3_3[X, Y, Z, A, RB, RC]
  51. def ~[BB >: B, CC >: C, DD >: D, RB](other: ReductionRule3[BB, CC, DD, RB]): ReductionRule3_2[X, Y, Z, A, RB]
  52. def ~[DD >: D](other: PopRule1[DD]): ReductionRule3_3[X, Y, Z, A, B, C]
  53. def ~[CC >: C, DD >: D](other: PopRule2[CC, DD]): ReductionRule3_2[X, Y, Z, A, B]
  54. def ~[BB >: B, CC >: C, DD >: D](other: PopRule3[BB, CC, DD]): ReductionRule3[X, Y, Z, A]
  55. def ~(other: Rule0): ReductionRule3_4.this.type

    Connects two rules into a rule a sequence.

    Connects two rules into a rule a sequence.

    Definition Classes
    Rule
  56. def ~%(f: (String) => Unit): ReductionRule3_4.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
  57. def ~:%(f: (Char) => Unit): ReductionRule3_4.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
  58. def ~:?(f: (Char) => Boolean): ReductionRule3_4.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
  59. def ~?(f: (String) => Boolean): ReductionRule3_4.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
  60. def ~~%(f: (D) => Unit): ReductionRule3_3[X, Y, Z, A, B, C]
  61. def ~~%(f: (C, D) => Unit): ReductionRule3_2[X, Y, Z, A, B]
  62. def ~~%(f: (B, C, D) => Unit): ReductionRule3[X, Y, Z, A]
  63. def ~~%(f: (A, B, C, D) => Unit): PopRule3[X, Y, Z]
  64. def ~~>[RD](f: (D) => RD): ReductionRule3_4[X, Y, Z, A, B, C, RD]
  65. def ~~>[RC](f: (C, D) => RC): ReductionRule3_3[X, Y, Z, A, B, RC]
  66. def ~~>[RB](f: (B, C, D) => RB): ReductionRule3_2[X, Y, Z, A, RB]
  67. def ~~>[RA](f: (A, B, C, D) => RA): ReductionRule3[X, Y, Z, RA]
  68. def ~~?(f: (D) => Boolean): ReductionRule3_3[X, Y, Z, A, B, C]
  69. def ~~?(f: (C, D) => Boolean): ReductionRule3_2[X, Y, Z, A, B]
  70. def ~~?(f: (B, C, D) => Boolean): ReductionRule3[X, Y, Z, A]
  71. def ~~?(f: (A, B, C, D) => Boolean): PopRule3[X, Y, Z]
  72. def ~~~%(f: (D) => Unit): ReductionRule3_4[X, Y, Z, A, B, C, D]
  73. def ~~~%(f: (C, D) => Unit): ReductionRule3_4[X, Y, Z, A, B, C, D]
  74. def ~~~%(f: (B, C, D) => Unit): ReductionRule3_4[X, Y, Z, A, B, C, D]
  75. def ~~~%(f: (A, B, C, D) => Unit): ReductionRule3_4[X, Y, Z, A, B, C, D]
  76. def ~~~?(f: (D) => Boolean): ReductionRule3_4[X, Y, Z, A, B, C, D]
  77. def ~~~?(f: (C, D) => Boolean): ReductionRule3_4[X, Y, Z, A, B, C, D]
  78. def ~~~?(f: (B, C, D) => Boolean): ReductionRule3_4[X, Y, Z, A, B, C, D]
  79. def ~~~?(f: (A, B, C, D) => Boolean): ReductionRule3_4[X, Y, Z, A, B, C, D]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ReductionRule

Inherited from Rule

Inherited from AnyRef

Inherited from Any

Ungrouped