c

org.parboiled.scala.rules

ReductionRule1_6

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

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

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

Instance Constructors

  1. new ReductionRule1_6(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): ReductionRule1_6.this.type
    Definition Classes
    Rule
  18. val matcher: Matcher
    Definition Classes
    ReductionRule1_6Rule
  19. def memoMismatches: ReductionRule1_6.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: ReductionRule1_6.this.type
    Definition Classes
    Rule
  24. def suppressNode: ReductionRule1_6.this.type
    Definition Classes
    Rule
  25. def suppressSubnodes: ReductionRule1_6.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])
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. def withMatcher(matcher: Matcher): ReductionRule1_6.this.type
    Attributes
    protected
    Definition Classes
    ReductionRule1_6Rule
  33. def |[ZZ <: Z, AA >: A, BB >: B, CC >: C, DD >: D, EE >: E, FF >: F](other: ReductionRule1_6[ZZ, AA, BB, CC, DD, EE, FF]): ReductionRule1_6[ZZ, AA, BB, CC, DD, EE, FF]
  34. def ~[G](other: Rule1[G]): ReductionRule1_7[Z, A, B, C, D, E, F, G]
  35. def ~[FF >: F, RF, G](other: ReductionRule1_2[FF, RF, G]): ReductionRule1_7[Z, A, B, C, D, E, RF, G]
  36. def ~[FF >: F, RF](other: ReductionRule1[FF, RF]): ReductionRule1_6[Z, A, B, C, D, E, RF]
  37. def ~[EE >: E, FF >: F, RE, RF, G](other: ReductionRule2_3[EE, FF, RE, RF, G]): ReductionRule1_7[Z, A, B, C, D, RE, RF, G]
  38. def ~[EE >: E, FF >: F, RE, RF](other: ReductionRule2_2[EE, FF, RE, RF]): ReductionRule1_6[Z, A, B, C, D, RE, RF]
  39. def ~[EE >: E, FF >: F, RE](other: ReductionRule2[EE, FF, RE]): ReductionRule1_5[Z, A, B, C, D, RE]
  40. def ~[DD >: D, EE >: E, FF >: F, RD, RE, RF, G](other: ReductionRule3_4[DD, EE, FF, RD, RE, RF, G]): ReductionRule1_7[Z, A, B, C, RD, RE, RF, G]
  41. def ~[DD >: D, EE >: E, FF >: F, RD, RE, RF](other: ReductionRule3_3[DD, EE, FF, RD, RE, RF]): ReductionRule1_6[Z, A, B, C, RD, RE, RF]
  42. def ~[DD >: D, EE >: E, FF >: F, RD, RE](other: ReductionRule3_2[DD, EE, FF, RD, RE]): ReductionRule1_5[Z, A, B, C, RD, RE]
  43. def ~[DD >: D, EE >: E, FF >: F, RD](other: ReductionRule3[DD, EE, FF, RD]): ReductionRule1_4[Z, A, B, C, RD]
  44. def ~[FF >: F](other: PopRule1[FF]): ReductionRule1_5[Z, A, B, C, D, E]
  45. def ~[EE >: E, FF >: F](other: PopRule2[EE, FF]): ReductionRule1_4[Z, A, B, C, D]
  46. def ~[DD >: D, EE >: E, FF >: F](other: PopRule3[DD, EE, FF]): ReductionRule1_3[Z, A, B, C]
  47. def ~(other: Rule0): ReductionRule1_6.this.type

    Connects two rules into a rule a sequence.

    Connects two rules into a rule a sequence.

    Definition Classes
    Rule
  48. def ~%(f: (String) => Unit): ReductionRule1_6.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
  49. def ~:%(f: (Char) => Unit): ReductionRule1_6.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
  50. def ~:?(f: (Char) => Boolean): ReductionRule1_6.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
  51. def ~?(f: (String) => Boolean): ReductionRule1_6.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
  52. def ~~%(f: (F) => Unit): ReductionRule1_5[Z, A, B, C, D, E]
  53. def ~~%(f: (E, F) => Unit): ReductionRule1_4[Z, A, B, C, D]
  54. def ~~%(f: (D, E, F) => Unit): ReductionRule1_3[Z, A, B, C]
  55. def ~~%(f: (C, D, E, F) => Unit): ReductionRule1_2[Z, A, B]
  56. def ~~%(f: (B, C, D, E, F) => Unit): ReductionRule1[Z, A]
  57. def ~~%(f: (A, B, C, D, E, F) => Unit): PopRule1[Z]
  58. def ~~%[Y](f: (Y, A, B, C, D, E, F) => Unit): PopRule2[Y, Z]
  59. def ~~>[RF](f: (F) => RF): ReductionRule1_6[Z, A, B, C, D, E, RF]
  60. def ~~>[RE](f: (E, F) => RE): ReductionRule1_5[Z, A, B, C, D, RE]
  61. def ~~>[RD](f: (D, E, F) => RD): ReductionRule1_4[Z, A, B, C, RD]
  62. def ~~>[RC](f: (C, D, E, F) => RC): ReductionRule1_3[Z, A, B, RC]
  63. def ~~>[RB](f: (B, C, D, E, F) => RB): ReductionRule1_2[Z, A, RB]
  64. def ~~>[RA](f: (A, B, C, D, E, F) => RA): ReductionRule1[Z, RA]
  65. def ~~>[Y, RA](f: (Y, A, B, C, D, E, F) => RA): ReductionRule2[Y, Z, RA]
  66. def ~~?(f: (F) => Boolean): ReductionRule1_5[Z, A, B, C, D, E]
  67. def ~~?(f: (E, F) => Boolean): ReductionRule1_4[Z, A, B, C, D]
  68. def ~~?(f: (D, E, F) => Boolean): ReductionRule1_3[Z, A, B, C]
  69. def ~~?(f: (C, D, E, F) => Boolean): ReductionRule1_2[Z, A, B]
  70. def ~~?(f: (B, C, D, E, F) => Boolean): ReductionRule1[Z, A]
  71. def ~~?(f: (A, B, C, D, E, F) => Boolean): PopRule1[Z]
  72. def ~~?[Y](f: (Y, A, B, C, D, E, F) => Boolean): PopRule2[Y, Z]
  73. def ~~~%(f: (F) => Unit): ReductionRule1_6[Z, A, B, C, D, E, F]
  74. def ~~~%(f: (E, F) => Unit): ReductionRule1_6[Z, A, B, C, D, E, F]
  75. def ~~~%(f: (D, E, F) => Unit): ReductionRule1_6[Z, A, B, C, D, E, F]
  76. def ~~~%(f: (C, D, E, F) => Unit): ReductionRule1_6[Z, A, B, C, D, E, F]
  77. def ~~~%(f: (B, C, D, E, F) => Unit): ReductionRule1_6[Z, A, B, C, D, E, F]
  78. def ~~~%(f: (A, B, C, D, E, F) => Unit): ReductionRule1_6[Z, A, B, C, D, E, F]
  79. def ~~~?(f: (F) => Boolean): ReductionRule1_6[Z, A, B, C, D, E, F]
  80. def ~~~?(f: (E, F) => Boolean): ReductionRule1_6[Z, A, B, C, D, E, F]
  81. def ~~~?(f: (D, E, F) => Boolean): ReductionRule1_6[Z, A, B, C, D, E, F]
  82. def ~~~?(f: (C, D, E, F) => Boolean): ReductionRule1_6[Z, A, B, C, D, E, F]
  83. def ~~~?(f: (B, C, D, E, F) => Boolean): ReductionRule1_6[Z, A, B, C, D, E, F]
  84. def ~~~?(f: (A, B, C, D, E, F) => Boolean): ReductionRule1_6[Z, A, B, C, D, E, F]

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