class Rule7[+A, +B, +C, +D, +E, +F, +G] extends PushRule
A rule pushing 7 new values of given types onto the parsers value stack.
- Alphabetic
- By Inheritance
- Rule7
- PushRule
- Rule
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Rule7(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
- @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
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
label(label: String): Rule7.this.type
- Definition Classes
- Rule
- val matcher: Matcher
-
def
memoMismatches: Rule7.this.type
- Definition Classes
- Rule
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
skipNode: Rule7.this.type
- Definition Classes
- Rule
-
def
suppressNode: Rule7.this.type
- Definition Classes
- Rule
-
def
suppressSubnodes: Rule7.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
- @throws( ... )
- def withMatcher(matcher: Matcher): Rule7.this.type
- def |[AA >: A, BB >: B, CC >: C, DD >: D, EE >: E, FF >: F, GG >: G](other: Rule7[AA, BB, CC, DD, EE, FF, GG]): Rule7[AA, BB, CC, DD, EE, FF, GG]
- def ~[GG >: G, R](other: ReductionRule1[GG, R]): Rule7[A, B, C, D, E, F, R]
- def ~[FF >: F, GG >: G, R](other: ReductionRule2[FF, GG, R]): Rule6[A, B, C, D, E, R]
- def ~[EE >: E, FF >: F, GG >: G, R](other: ReductionRule3[EE, FF, GG, R]): Rule5[A, B, C, D, R]
- def ~[GG >: G](other: PopRule1[GG]): Rule6[A, B, C, D, E, F]
- def ~[FF >: F, GG >: G](other: PopRule2[FF, GG]): Rule5[A, B, C, D, F]
- def ~[EE >: E, FF >: F, GG >: G](other: PopRule3[EE, FF, GG]): Rule4[A, B, C, F]
-
def
~(other: Rule0): Rule7.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): Rule7.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): Rule7.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): Rule7.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): Rule7.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: (A, B, C, D, E, F, G) ⇒ Unit): Rule0
- def ~~%(f: (B, C, D, E, F, G) ⇒ Unit): Rule1[A]
- def ~~%(f: (C, D, E, F, G) ⇒ Unit): Rule2[A, B]
- def ~~%(f: (D, E, F, G) ⇒ Unit): Rule3[A, B, C]
- def ~~%(f: (E, F, G) ⇒ Unit): Rule4[A, B, C, D]
- def ~~%(f: (F, G) ⇒ Unit): Rule5[A, B, C, D, E]
- def ~~%(f: (G) ⇒ Unit): Rule6[A, B, C, D, E, F]
- def ~~>[R](f: (A, B, C, D, E, F, G) ⇒ R): Rule1[R]
- def ~~>[R](f: (B, C, D, E, F, G) ⇒ R): Rule2[A, R]
- def ~~>[R](f: (C, D, E, F, G) ⇒ R): Rule3[A, B, R]
- def ~~>[R](f: (D, E, F, G) ⇒ R): Rule4[A, B, C, R]
- def ~~>[R](f: (E, F, G) ⇒ R): Rule5[A, B, C, D, R]
- def ~~>[R](f: (F, G) ⇒ R): Rule6[A, B, C, D, E, R]
- def ~~>[R](f: (G) ⇒ R): Rule7[A, B, C, D, E, F, R]
- def ~~?(f: (A, B, C, D, E, F, G) ⇒ Boolean): Rule0
- def ~~?(f: (B, C, D, E, F, G) ⇒ Boolean): Rule1[A]
- def ~~?(f: (C, D, E, F, G) ⇒ Boolean): Rule2[A, B]
- def ~~?(f: (D, E, F, G) ⇒ Boolean): Rule3[A, B, C]
- def ~~?(f: (E, F, G) ⇒ Boolean): Rule4[A, B, C, D]
- def ~~?(f: (F, G) ⇒ Boolean): Rule5[A, B, C, D, E]
- def ~~?(f: (G) ⇒ Boolean): Rule6[A, B, C, D, E, F]
- def ~~~%(f: (A, B, C, D, E, F, G) ⇒ Unit): Rule7[A, B, C, D, E, F, G]
- def ~~~%(f: (B, C, D, E, F, G) ⇒ Unit): Rule7[A, B, C, D, E, F, G]
- def ~~~%(f: (C, D, E, F, G) ⇒ Unit): Rule7[A, B, C, D, E, F, G]
- def ~~~%(f: (D, E, F, G) ⇒ Unit): Rule7[A, B, C, D, E, F, G]
- def ~~~%(f: (E, F, G) ⇒ Unit): Rule7[A, B, C, D, E, F, G]
- def ~~~%(f: (F, G) ⇒ Unit): Rule7[A, B, C, D, E, F, G]
- def ~~~%(f: (G) ⇒ Unit): Rule7[A, B, C, D, E, F, G]
- def ~~~?(f: (A, B, C, D, E, F, G) ⇒ Boolean): Rule7[A, B, C, D, E, F, G]
- def ~~~?(f: (B, C, D, E, F, G) ⇒ Boolean): Rule7[A, B, C, D, E, F, G]
- def ~~~?(f: (C, D, E, F, G) ⇒ Boolean): Rule7[A, B, C, D, E, F, G]
- def ~~~?(f: (D, E, F, G) ⇒ Boolean): Rule7[A, B, C, D, E, F, G]
- def ~~~?(f: (E, F, G) ⇒ Boolean): Rule7[A, B, C, D, E, F, G]
- def ~~~?(f: (F, G) ⇒ Boolean): Rule7[A, B, C, D, E, F, G]
- def ~~~?(f: (G) ⇒ Boolean): Rule7[A, B, C, D, E, F, G]