Class

org.parboiled.scala.rules

ReductionRule1_5

Related Doc: package rules

Permalink

class ReductionRule1_5[-Z, +A, +B, +C, +D, +E] extends ReductionRule

A rule taking one value off the value stack and replacing it with five values.

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

Instance Constructors

  1. new ReductionRule1_5(matcher: Matcher)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def append(other: Matcher): Matcher

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  18. def label(label: String): ReductionRule1_5.this.type

    Permalink
    Definition Classes
    Rule
  19. val matcher: Matcher

    Permalink
    Definition Classes
    ReductionRule1_5Rule
  20. def memoMismatches: ReductionRule1_5.this.type

    Permalink
    Definition Classes
    Rule
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def skipNode: ReductionRule1_5.this.type

    Permalink
    Definition Classes
    Rule
  25. def suppressNode: ReductionRule1_5.this.type

    Permalink
    Definition Classes
    Rule
  26. def suppressSubnodes: ReductionRule1_5.this.type

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

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

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

    Permalink

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withMatcher(matcher: Matcher): ReductionRule1_5.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    ReductionRule1_5Rule
  34. def |[ZZ <: Z, AA >: A, BB >: B, CC >: C, DD >: D, EE >: E](other: ReductionRule1_5[ZZ, AA, BB, CC, DD, EE]): ReductionRule1_5[ZZ, AA, BB, CC, DD, EE]

    Permalink
  35. def ~[F, G](other: Rule2[F, G]): ReductionRule1_7[Z, A, B, C, D, E, F, G]

    Permalink
  36. def ~[F](other: Rule1[F]): ReductionRule1_6[Z, A, B, C, D, E, F]

    Permalink
  37. def ~[EE >: E, RE, F, G](other: ReductionRule1_3[EE, RE, F, G]): ReductionRule1_7[Z, A, B, C, D, RE, F, G]

    Permalink
  38. def ~[EE >: E, RE, F](other: ReductionRule1_2[EE, RE, F]): ReductionRule1_6[Z, A, B, C, D, RE, F]

    Permalink
  39. def ~[EE >: E, RE](other: ReductionRule1[EE, RE]): ReductionRule1_5[Z, A, B, C, D, RE]

    Permalink
  40. def ~[DD >: D, EE >: E, RD, RE, F, G](other: ReductionRule2_4[DD, EE, RD, RE, F, G]): ReductionRule1_7[Z, A, B, C, RD, RE, F, G]

    Permalink
  41. def ~[DD >: D, EE >: E, RD, RE, F](other: ReductionRule2_3[DD, EE, RD, RE, F]): ReductionRule1_6[Z, A, B, C, RD, RE, F]

    Permalink
  42. def ~[DD >: D, EE >: E, RD, RE](other: ReductionRule2_2[DD, EE, RD, RE]): ReductionRule1_5[Z, A, B, C, RD, RE]

    Permalink
  43. def ~[DD >: D, EE >: E, RD](other: ReductionRule2[DD, EE, RD]): ReductionRule1_4[Z, A, B, C, RD]

    Permalink
  44. def ~[CC >: C, DD >: D, EE >: E, RC, RD, RE, RF, G](other: ReductionRule3_5[CC, DD, EE, RC, RD, RE, RF, G]): ReductionRule1_7[Z, A, B, RC, RD, RE, RF, G]

    Permalink
  45. def ~[CC >: C, DD >: D, EE >: E, RC, RD, RE, RF](other: ReductionRule3_4[CC, DD, EE, RC, RD, RE, RF]): ReductionRule1_6[Z, A, B, RC, RD, RE, RF]

    Permalink
  46. def ~[CC >: C, DD >: D, EE >: E, RC, RD, RE](other: ReductionRule3_3[CC, DD, EE, RC, RD, RE]): ReductionRule1_5[Z, A, B, RC, RD, RE]

    Permalink
  47. def ~[CC >: C, DD >: D, EE >: E, RC, RD](other: ReductionRule3_2[CC, DD, EE, RC, RD]): ReductionRule1_4[Z, A, B, RC, RD]

    Permalink
  48. def ~[CC >: C, DD >: D, EE >: E, RC](other: ReductionRule3[CC, DD, EE, RC]): ReductionRule1_3[Z, A, B, RC]

    Permalink
  49. def ~[EE >: E](other: PopRule1[EE]): ReductionRule1_4[Z, A, B, C, D]

    Permalink
  50. def ~[DD >: D, EE >: E](other: PopRule2[DD, EE]): ReductionRule1_3[Z, A, B, C]

    Permalink
  51. def ~[CC >: C, DD >: D, EE >: E](other: PopRule3[CC, DD, EE]): ReductionRule1_2[Z, A, B]

    Permalink
  52. def ~(other: Rule0): ReductionRule1_5.this.type

    Permalink

    Connects two rules into a rule a sequence.

    Connects two rules into a rule a sequence.

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

    Permalink

    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
  54. def ~:%(f: (Char) ⇒ Unit): ReductionRule1_5.this.type

    Permalink

    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
  55. def ~:?(f: (Char) ⇒ Boolean): ReductionRule1_5.this.type

    Permalink

    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
  56. def ~?(f: (String) ⇒ Boolean): ReductionRule1_5.this.type

    Permalink

    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
  57. def ~~%(f: (E) ⇒ Unit): ReductionRule1_4[Z, A, B, C, D]

    Permalink
  58. def ~~%(f: (D, E) ⇒ Unit): ReductionRule1_3[Z, A, B, C]

    Permalink
  59. def ~~%(f: (C, D, E) ⇒ Unit): ReductionRule1_2[Z, A, B]

    Permalink
  60. def ~~%(f: (B, C, D, E) ⇒ Unit): ReductionRule1[Z, A]

    Permalink
  61. def ~~%(f: (A, B, C, D, E) ⇒ Unit): PopRule1[Z]

    Permalink
  62. def ~~%[Y](f: (Y, A, B, C, D, E) ⇒ Unit): PopRule2[Y, Z]

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

    Permalink
  64. def ~~>[RE](f: (E) ⇒ RE): ReductionRule1_5[Z, A, B, C, D, RE]

    Permalink
  65. def ~~>[RD](f: (D, E) ⇒ RD): ReductionRule1_4[Z, A, B, C, RD]

    Permalink
  66. def ~~>[RC](f: (C, D, E) ⇒ RC): ReductionRule1_3[Z, A, B, RC]

    Permalink
  67. def ~~>[RB](f: (B, C, D, E) ⇒ RB): ReductionRule1_2[Z, A, RB]

    Permalink
  68. def ~~>[RA](f: (A, B, C, D, E) ⇒ RA): ReductionRule1[Z, RA]

    Permalink
  69. def ~~>[Y, RA](f: (Y, A, B, C, D, E) ⇒ RA): ReductionRule2[Y, Z, RA]

    Permalink
  70. def ~~>[X, Y, RA](f: (X, Y, A, B, C, D, E) ⇒ RA): ReductionRule3[X, Y, Z, RA]

    Permalink
  71. def ~~?(f: (E) ⇒ Boolean): ReductionRule1_4[Z, A, B, C, D]

    Permalink
  72. def ~~?(f: (D, E) ⇒ Boolean): ReductionRule1_3[Z, A, B, C]

    Permalink
  73. def ~~?(f: (C, D, E) ⇒ Boolean): ReductionRule1_2[Z, A, B]

    Permalink
  74. def ~~?(f: (B, C, D, E) ⇒ Boolean): ReductionRule1[Z, A]

    Permalink
  75. def ~~?(f: (A, B, C, D, E) ⇒ Boolean): PopRule1[Z]

    Permalink
  76. def ~~?[Y](f: (Y, A, B, C, D, E) ⇒ Boolean): PopRule2[Y, Z]

    Permalink
  77. def ~~?[X, Y](f: (X, Y, A, B, C, D, E) ⇒ Boolean): PopRule3[X, Y, Z]

    Permalink
  78. def ~~~%(f: (E) ⇒ Unit): ReductionRule1_5[Z, A, B, C, D, E]

    Permalink
  79. def ~~~%(f: (D, E) ⇒ Unit): ReductionRule1_5[Z, A, B, C, D, E]

    Permalink
  80. def ~~~%(f: (C, D, E) ⇒ Unit): ReductionRule1_5[Z, A, B, C, D, E]

    Permalink
  81. def ~~~%(f: (B, C, D, E) ⇒ Unit): ReductionRule1_5[Z, A, B, C, D, E]

    Permalink
  82. def ~~~%(f: (A, B, C, D, E) ⇒ Unit): ReductionRule1_5[Z, A, B, C, D, E]

    Permalink
  83. def ~~~?(f: (E) ⇒ Boolean): ReductionRule1_5[Z, A, B, C, D, E]

    Permalink
  84. def ~~~?(f: (D, E) ⇒ Boolean): ReductionRule1_5[Z, A, B, C, D, E]

    Permalink
  85. def ~~~?(f: (C, D, E) ⇒ Boolean): ReductionRule1_5[Z, A, B, C, D, E]

    Permalink
  86. def ~~~?(f: (B, C, D, E) ⇒ Boolean): ReductionRule1_5[Z, A, B, C, D, E]

    Permalink
  87. def ~~~?(f: (A, B, C, D, E) ⇒ Boolean): ReductionRule1_5[Z, A, B, C, D, E]

    Permalink

Inherited from ReductionRule

Inherited from Rule

Inherited from AnyRef

Inherited from Any

Ungrouped