class ReductionRule2_3[-Y, -Z, +A, +B, +C] extends ReductionRule
A rule taking two values off the value stack and replacing them with three values.
- Alphabetic
- By Inheritance
- ReductionRule2_3
- ReductionRule
- Rule
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ReductionRule2_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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
label(label: String): ReductionRule2_3.this.type
- Definition Classes
- Rule
-
val
matcher: Matcher
- Definition Classes
- ReductionRule2_3 → Rule
-
def
memoMismatches: ReductionRule2_3.this.type
- Definition Classes
- Rule
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
skipNode: ReductionRule2_3.this.type
- Definition Classes
- Rule
-
def
suppressNode: ReductionRule2_3.this.type
- Definition Classes
- Rule
-
def
suppressSubnodes: ReductionRule2_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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
withMatcher(matcher: Matcher): ReductionRule2_3.this.type
- Attributes
- protected
- Definition Classes
- ReductionRule2_3 → Rule
- def |[YY <: Y, ZZ <: Z, AA >: A, BB >: B, CC >: C](other: ReductionRule2_3[YY, ZZ, AA, BB, CC]): ReductionRule2_3[YY, ZZ, AA, BB, CC]
- def ~[D, E, F, G](other: Rule4[D, E, F, G]): ReductionRule2_7[Y, Z, A, B, C, D, E, F, G]
- def ~[D, E, F](other: Rule3[D, E, F]): ReductionRule2_6[Y, Z, A, B, C, D, E, F]
- def ~[D, E](other: Rule2[D, E]): ReductionRule2_5[Y, Z, A, B, C, D, E]
- def ~[D](other: Rule1[D]): ReductionRule2_4[Y, Z, A, B, C, D]
- def ~[CC >: C, RC, D, E, F, G](other: ReductionRule1_5[CC, RC, D, E, F, G]): ReductionRule2_7[Y, Z, A, B, RC, D, E, F, G]
- def ~[CC >: C, RC, D, E, F](other: ReductionRule1_4[CC, RC, D, E, F]): ReductionRule2_6[Y, Z, A, B, RC, D, E, F]
- def ~[CC >: C, RC, D, E](other: ReductionRule1_3[CC, RC, D, E]): ReductionRule2_5[Y, Z, A, B, RC, D, E]
- def ~[CC >: C, RC, D](other: ReductionRule1_2[CC, RC, D]): ReductionRule2_4[Y, Z, A, B, RC, D]
- def ~[CC >: C, RC](other: ReductionRule1[CC, RC]): ReductionRule2_3[Y, 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]): ReductionRule2_7[Y, 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]): ReductionRule2_6[Y, 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]): ReductionRule2_5[Y, Z, A, RB, RC, D, E]
- def ~[BB >: B, CC >: C, RB, RC, D](other: ReductionRule2_3[BB, CC, RB, RC, D]): ReductionRule2_4[Y, Z, A, RB, RC, D]
- def ~[BB >: B, CC >: C, RB, RC](other: ReductionRule2_2[BB, CC, RB, RC]): ReductionRule2_3[Y, Z, A, RB, RC]
- def ~[BB >: B, CC >: C, RB](other: ReductionRule2[BB, CC, RB]): ReductionRule2_2[Y, 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]): ReductionRule2_7[Y, 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]): ReductionRule2_6[Y, 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]): ReductionRule2_5[Y, 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]): ReductionRule2_4[Y, Z, RA, RB, RC, D]
- def ~[AA >: A, BB >: B, CC >: C, RA, RB, RC](other: ReductionRule3_3[AA, BB, CC, RA, RB, RC]): ReductionRule2_3[Y, Z, RA, RB, RC]
- def ~[AA >: A, BB >: B, CC >: C, RA, RB](other: ReductionRule3_2[AA, BB, CC, RA, RB]): ReductionRule2_2[Y, Z, RA, RB]
- def ~[AA >: A, BB >: B, CC >: C, RA](other: ReductionRule3[AA, BB, CC, RA]): ReductionRule2[Y, Z, RA]
- def ~[CC >: C](other: PopRule1[CC]): ReductionRule2_2[Y, Z, A, B]
- def ~[BB >: B, CC >: C](other: PopRule2[BB, CC]): ReductionRule2[Y, Z, A]
- def ~[AA >: A, BB >: B, CC >: C](other: PopRule3[AA, BB, CC]): PopRule2[Y, Z]
-
def
~(other: Rule0): ReductionRule2_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): ReductionRule2_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): ReductionRule2_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): ReductionRule2_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): ReductionRule2_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): ReductionRule2_2[Y, Z, A, B]
- def ~~%(f: (B, C) ⇒ Unit): ReductionRule2[Y, Z, A]
- def ~~%(f: (A, B, C) ⇒ Unit): PopRule2[Y, Z]
- def ~~%[X](f: (X, A, B, C) ⇒ Unit): PopRule3[X, Y, Z]
- def ~~>[RC](f: (C) ⇒ RC): ReductionRule2_3[Y, Z, A, B, RC]
- def ~~>[RB](f: (B, C) ⇒ RB): ReductionRule2_2[Y, Z, A, RB]
- def ~~>[RA](f: (A, B, C) ⇒ RA): ReductionRule2[Y, Z, RA]
- def ~~>[X, RA](f: (X, A, B, C) ⇒ RA): ReductionRule3[X, Y, Z, RA]
- def ~~?(f: (C) ⇒ Boolean): ReductionRule2_2[Y, Z, A, B]
- def ~~?(f: (B, C) ⇒ Boolean): ReductionRule2[Y, Z, A]
- def ~~?(f: (A, B, C) ⇒ Boolean): PopRule2[Y, Z]
- def ~~?[X](f: (X, A, B, C) ⇒ Boolean): PopRule3[X, Y, Z]
- def ~~~%(f: (C) ⇒ Unit): ReductionRule2_3[Y, Z, A, B, C]
- def ~~~%(f: (B, C) ⇒ Unit): ReductionRule2_3[Y, Z, A, B, C]
- def ~~~%(f: (A, B, C) ⇒ Unit): ReductionRule2_3[Y, Z, A, B, C]
- def ~~~?(f: (C) ⇒ Boolean): ReductionRule2_3[Y, Z, A, B, C]
- def ~~~?(f: (B, C) ⇒ Boolean): ReductionRule2_3[Y, Z, A, B, C]
- def ~~~?(f: (A, B, C) ⇒ Boolean): ReductionRule2_3[Y, Z, A, B, C]