class Rule3[+A, +B, +C] extends PushRule
A rule pushing 3 new values of given types onto the parsers value stack.
- Alphabetic
- By Inheritance
- Rule3
- PushRule
- Rule
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Rule3(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): Rule3.this.type
- Definition Classes
- Rule
- val matcher: Matcher
- def memoMismatches: Rule3.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: Rule3.this.type
- Definition Classes
- Rule
- def suppressNode: Rule3.this.type
- Definition Classes
- Rule
- def suppressSubnodes: Rule3.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]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withMatcher(matcher: Matcher): Rule3.this.type
- def |[AA >: A, BB >: B, CC >: C](other: Rule3[AA, BB, CC]): Rule3[AA, BB, CC]
- def ~[D, E, F, G](other: Rule4[D, E, F, G]): Rule7[A, B, C, D, E, F, G]
- def ~[D, E, F](other: Rule3[D, E, F]): Rule6[A, B, C, D, E, F]
- def ~[D, E](other: Rule2[D, E]): Rule5[A, B, C, D, E]
- def ~[D](other: Rule1[D]): Rule4[A, B, C, D]
- def ~[CC >: C, RC, D, E, F, G](other: ReductionRule1_5[CC, RC, D, E, F, G]): Rule7[A, B, RC, D, E, F, G]
- def ~[CC >: C, RC, D, E, F](other: ReductionRule1_4[CC, RC, D, E, F]): Rule6[A, B, RC, D, E, F]
- def ~[CC >: C, RC, D, E](other: ReductionRule1_3[CC, RC, D, E]): Rule5[A, B, RC, D, E]
- def ~[CC >: C, RC, D](other: ReductionRule1_2[CC, RC, D]): Rule4[A, B, RC, D]
- def ~[CC >: C, RC](other: ReductionRule1[CC, RC]): Rule3[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]): Rule7[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]): Rule6[A, RB, RC, D, E, F]
- def ~[BB >: B, CC >: C, RB, RC, D, E](other: ReductionRule2_4[BB, CC, RB, RC, D, E]): Rule5[A, RB, RC, D, E]
- def ~[BB >: B, CC >: C, RB, RC, D](other: ReductionRule2_3[BB, CC, RB, RC, D]): Rule4[A, RB, RC, D]
- def ~[BB >: B, CC >: C, RB, RC](other: ReductionRule2_2[BB, CC, RB, RC]): Rule3[A, RB, RC]
- def ~[BB >: B, CC >: C, RB](other: ReductionRule2[BB, CC, RB]): Rule2[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]): Rule7[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]): Rule6[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]): Rule5[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]): Rule4[RA, RB, RC, D]
- def ~[AA >: A, BB >: B, CC >: C, RA, RB, RC](other: ReductionRule3_3[AA, BB, CC, RA, RB, RC]): Rule3[RA, RB, RC]
- def ~[AA >: A, BB >: B, CC >: C, RA, RB](other: ReductionRule3_2[AA, BB, CC, RA, RB]): Rule2[RA, RB]
- def ~[AA >: A, BB >: B, CC >: C, RA](other: ReductionRule3[AA, BB, CC, RA]): Rule1[RA]
- def ~[CC >: C](other: PopRule1[CC]): Rule2[A, B]
- def ~[BB >: B, CC >: C](other: PopRule2[BB, CC]): Rule1[A]
- def ~[AA >: A, BB >: B, CC >: C](other: PopRule3[AA, BB, CC]): Rule0
- def ~(other: Rule0): Rule3.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): Rule3.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): Rule3.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 ~:>[R](f: (Char) => R): Rule4[A, B, C, R]
- def ~:?(f: (Char) => Boolean): Rule3.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 ~>[R](f: (String) => R): Rule4[A, B, C, R]
- def ~>>[R](f: (IndexRange) => R): Rule4[A, B, C, R]
- def ~?(f: (String) => Boolean): Rule3.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 ~~%[X, Y, Z](f: (X, Y, Z, A, B, C) => Unit): PopRule3[X, Y, Z]
- def ~~%[Y, Z](f: (Y, Z, A, B, C) => Unit): PopRule2[Y, Z]
- def ~~%[Z](f: (Z, A, B, C) => Unit): PopRule1[Z]
- def ~~%(f: (A, B, C) => Unit): Rule0
- def ~~%(f: (B, C) => Unit): Rule1[A]
- def ~~%(f: (C) => Unit): Rule2[A, B]
- def ~~>[X, Y, Z, R](f: (X, Y, Z, A, B, C) => R): ReductionRule3[X, Y, Z, R]
- def ~~>[Y, Z, R](f: (Y, Z, A, B, C) => R): ReductionRule2[Y, Z, R]
- def ~~>[Z, R](f: (Z, A, B, C) => R): ReductionRule1[Z, R]
- def ~~>[R](f: (A, B, C) => R): Rule1[R]
- def ~~>[R](f: (B, C) => R): Rule2[A, R]
- def ~~>[R](f: (C) => R): Rule3[A, B, R]
- def ~~?[X, Y, Z](f: (X, Y, Z, A, B, C) => Boolean): PopRule3[X, Y, Z]
- def ~~?[Y, Z](f: (Y, Z, A, B, C) => Boolean): PopRule2[Y, Z]
- def ~~?[Z](f: (Z, A, B, C) => Boolean): PopRule1[Z]
- def ~~?(f: (A, B, C) => Boolean): Rule0
- def ~~?(f: (B, C) => Boolean): Rule1[A]
- def ~~?(f: (C) => Boolean): Rule2[A, B]
- def ~~~%(f: (A, B, C) => Unit): Rule3[A, B, C]
- def ~~~%(f: (B, C) => Unit): Rule3[A, B, C]
- def ~~~%(f: (C) => Unit): Rule3[A, B, C]
- def ~~~>[R](f: (A, B, C) => R): Rule4[A, B, C, R]
- def ~~~>[R](f: (B, C) => R): Rule4[A, B, C, R]
- def ~~~>[R](f: (C) => R): Rule4[A, B, C, R]
- def ~~~?(f: (A, B, C) => Boolean): Rule3[A, B, C]
- def ~~~?(f: (B, C) => Boolean): Rule3[A, B, C]
- def ~~~?(f: (C) => Boolean): Rule3[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)