class ReductionRule1_3[-Z, +A, +B, +C] extends ReductionRule
A rule taking one value off the value stack and replacing it with three values.
- Alphabetic
- By Inheritance
- ReductionRule1_3
- ReductionRule
- Rule
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ReductionRule1_3(matcher: Matcher)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def append(other: Matcher): Matcher
- Attributes
- protected
- Definition Classes
- Rule
- def append(other: Rule): Matcher
- Attributes
- protected
- Definition Classes
- Rule
- def append(f: (Context[Any]) => Boolean): Matcher
- Attributes
- protected
- Definition Classes
- Rule
- def append(action: Action[_]): Matcher
- Attributes
- protected
- Definition Classes
- Rule
- def appendChoice(other: Matcher): Matcher
- Attributes
- protected
- Definition Classes
- Rule
- def appendChoice(other: Rule): Matcher
- Attributes
- protected
- Definition Classes
- Rule
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def label(label: String): ReductionRule1_3.this.type
- Definition Classes
- Rule
- val matcher: Matcher
- Definition Classes
- ReductionRule1_3 → Rule
- def memoMismatches: ReductionRule1_3.this.type
- Definition Classes
- Rule
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def skipNode: ReductionRule1_3.this.type
- Definition Classes
- Rule
- def suppressNode: ReductionRule1_3.this.type
- Definition Classes
- Rule
- def suppressSubnodes: ReductionRule1_3.this.type
- Definition Classes
- Rule
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Rule → AnyRef → Any
- 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
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withMatcher(matcher: Matcher): ReductionRule1_3.this.type
- Attributes
- protected
- Definition Classes
- ReductionRule1_3 → Rule
- def |[ZZ <: Z, AA >: A, BB >: B, CC >: C](other: ReductionRule1_3[ZZ, AA, BB, CC]): ReductionRule1_3[ZZ, AA, BB, CC]
- def ~[D, E, F, G](other: Rule4[D, E, F, G]): ReductionRule1_7[Z, A, B, C, D, E, F, G]
- def ~[D, E, F](other: Rule3[D, E, F]): ReductionRule1_6[Z, A, B, C, D, E, F]
- def ~[D, E](other: Rule2[D, E]): ReductionRule1_5[Z, A, B, C, D, E]
- def ~[D](other: Rule1[D]): ReductionRule1_4[Z, A, B, C, D]
- def ~[CC >: C, RC, D, E, F, G](other: ReductionRule1_5[CC, RC, D, E, F, G]): ReductionRule1_7[Z, A, B, RC, D, E, F, G]
- def ~[CC >: C, RC, D, E, F](other: ReductionRule1_4[CC, RC, D, E, F]): ReductionRule1_6[Z, A, B, RC, D, E, F]
- def ~[CC >: C, RC, D, E](other: ReductionRule1_3[CC, RC, D, E]): ReductionRule1_5[Z, A, B, RC, D, E]
- def ~[CC >: C, RC, D](other: ReductionRule1_2[CC, RC, D]): ReductionRule1_4[Z, A, B, RC, D]
- def ~[CC >: C, RC](other: ReductionRule1[CC, RC]): ReductionRule1_3[Z, A, B, RC]
- def ~[BB >: B, CC >: C, RB, RC, D, E, F, G](other: ReductionRule2_6[BB, CC, RB, RC, D, E, F, G]): ReductionRule1_7[Z, A, RB, RC, D, E, F, G]
- def ~[BB >: B, CC >: C, RB, RC, D, E, F](other: ReductionRule2_5[BB, CC, RB, RC, D, E, F]): ReductionRule1_6[Z, A, RB, RC, D, E, F]
- def ~[BB >: B, CC >: C, RB, RC, D, E](other: ReductionRule2_4[BB, CC, RB, RC, D, E]): ReductionRule1_5[Z, A, RB, RC, D, E]
- def ~[BB >: B, CC >: C, RB, RC, D](other: ReductionRule2_3[BB, CC, RB, RC, D]): ReductionRule1_4[Z, A, RB, RC, D]
- def ~[BB >: B, CC >: C, RB, RC](other: ReductionRule2_2[BB, CC, RB, RC]): ReductionRule1_3[Z, A, RB, RC]
- def ~[BB >: B, CC >: C, RB](other: ReductionRule2[BB, CC, RB]): ReductionRule1_2[Z, A, RB]
- def ~[AA >: A, BB >: B, CC >: C, RA, RB, RC, D, E, F, G](other: ReductionRule3_7[AA, BB, CC, RA, RB, RC, D, E, F, G]): ReductionRule1_7[Z, RA, RB, RC, D, E, F, G]
- def ~[AA >: A, BB >: B, CC >: C, RA, RB, RC, D, E, F](other: ReductionRule3_6[AA, BB, CC, RA, RB, RC, D, E, F]): ReductionRule1_6[Z, RA, RB, RC, D, E, F]
- def ~[AA >: A, BB >: B, CC >: C, RA, RB, RC, D, E](other: ReductionRule3_5[AA, BB, CC, RA, RB, RC, D, E]): ReductionRule1_5[Z, RA, RB, RC, D, E]
- def ~[AA >: A, BB >: B, CC >: C, RA, RB, RC, D](other: ReductionRule3_4[AA, BB, CC, RA, RB, RC, D]): ReductionRule1_4[Z, RA, RB, RC, D]
- def ~[AA >: A, BB >: B, CC >: C, RA, RB, RC](other: ReductionRule3_3[AA, BB, CC, RA, RB, RC]): ReductionRule1_3[Z, RA, RB, RC]
- def ~[AA >: A, BB >: B, CC >: C, RA, RB](other: ReductionRule3_2[AA, BB, CC, RA, RB]): ReductionRule1_2[Z, RA, RB]
- def ~[AA >: A, BB >: B, CC >: C, RA](other: ReductionRule3[AA, BB, CC, RA]): ReductionRule1[Z, RA]
- def ~[CC >: C](other: PopRule1[CC]): ReductionRule1_2[Z, A, B]
- def ~[BB >: B, CC >: C](other: PopRule2[BB, CC]): ReductionRule1[Z, A]
- def ~[AA >: A, BB >: B, CC >: C](other: PopRule3[AA, BB, CC]): PopRule1[Z]
- def ~(other: Rule0): ReductionRule1_3.this.type
Connects two rules into a rule a sequence.
Connects two rules into a rule a sequence.
- Definition Classes
- Rule
- def ~%(f: (String) => Unit): ReductionRule1_3.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
- def ~:%(f: (Char) => Unit): ReductionRule1_3.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
- def ~:?(f: (Char) => Boolean): ReductionRule1_3.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
- def ~?(f: (String) => Boolean): ReductionRule1_3.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
- def ~~%(f: (C) => Unit): ReductionRule1_2[Z, A, B]
- def ~~%(f: (B, C) => Unit): ReductionRule1[Z, A]
- def ~~%(f: (A, B, C) => Unit): PopRule1[Z]
- def ~~%[Y](f: (Y, A, B, C) => Unit): PopRule2[Y, Z]
- def ~~%[X, Y](f: (X, Y, A, B, C) => Unit): PopRule3[X, Y, Z]
- def ~~>[RC](f: (C) => RC): ReductionRule1_3[Z, A, B, RC]
- def ~~>[RB](f: (B, C) => RB): ReductionRule1_2[Z, A, RB]
- def ~~>[RA](f: (A, B, C) => RA): ReductionRule1[Z, RA]
- def ~~>[Y, RA](f: (Y, A, B, C) => RA): ReductionRule2[Y, Z, RA]
- def ~~>[X, Y, RA](f: (X, Y, A, B, C) => RA): ReductionRule3[X, Y, Z, RA]
- def ~~?(f: (C) => Boolean): ReductionRule1_2[Z, A, B]
- def ~~?(f: (B, C) => Boolean): ReductionRule1[Z, A]
- def ~~?(f: (A, B, C) => Boolean): PopRule1[Z]
- def ~~?[Y](f: (Y, A, B, C) => Boolean): PopRule2[Y, Z]
- def ~~?[X, Y](f: (X, Y, A, B, C) => Boolean): PopRule3[X, Y, Z]
- def ~~~%(f: (C) => Unit): ReductionRule1_3[Z, A, B, C]
- def ~~~%(f: (B, C) => Unit): ReductionRule1_3[Z, A, B, C]
- def ~~~%(f: (A, B, C) => Unit): ReductionRule1_3[Z, A, B, C]
- def ~~~?(f: (C) => Boolean): ReductionRule1_3[Z, A, B, C]
- def ~~~?(f: (B, C) => Boolean): ReductionRule1_3[Z, A, B, C]
- def ~~~?(f: (A, B, C) => Boolean): ReductionRule1_3[Z, A, B, C]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)