class
Rule1
[+A]
extends PushRule
Instance Constructors
-
new
Rule1
(matcher: Matcher)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
append
(other: Matcher): Matcher
-
def
append
(other: Rule): Matcher
-
def
append
(f: (Context[Any]) ⇒ Boolean): Matcher
-
def
append
(action: org.parboiled.Action[_]): Matcher
-
def
appendChoice
(other: Matcher): Matcher
-
def
appendChoice
(other: Rule): Matcher
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
label
(label: String): Rule1.this.type
-
val
matcher
: Matcher
-
def
memoMismatches
: Rule1.this.type
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
skipNode
: Rule1.this.type
-
def
suppressNode
: Rule1.this.type
-
def
suppressSubnodes
: Rule1.this.type
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
unary_!
: Rule0
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
withMatcher
(matcher: Matcher): Rule1.this.type
-
def
|
[AA >: A]
(other: Rule1[AA]): Rule1[AA]
-
def
~
[B, C, D, E, F, G]
(other: Rule6[B, C, D, E, F, G]): Rule7[A, B, C, D, E, F, G]
-
def
~
[B, C, D, E, F]
(other: Rule5[B, C, D, E, F]): Rule6[A, B, C, D, E, F]
-
def
~
[B, C, D, E]
(other: Rule4[B, C, D, E]): Rule5[A, B, C, D, E]
-
def
~
[B, C, D]
(other: Rule3[B, C, D]): Rule4[A, B, C, D]
-
def
~
[B, C]
(other: Rule2[B, C]): Rule3[A, B, C]
-
def
~
[B]
(other: Rule1[B]): Rule2[A, B]
-
def
~
[AA >: A, R]
(other: ReductionRule1[AA, R]): Rule1[R]
-
-
def
~
[X, Y, AA >: A, R]
(other: ReductionRule3[X, Y, AA, R]): ReductionRule2[X, Y, R]
-
def
~
[AA >: A]
(other: PopRule1[AA]): Rule0
-
def
~
[Z, AA >: A]
(other: PopRule2[Z, AA]): PopRule1[Z]
-
def
~
[Y, Z, AA >: A]
(other: PopRule3[Y, Z, AA]): PopRule2[Y, Z]
-
def
~
(other: Rule0): Rule1.this.type
-
def
~%
(f: (String) ⇒ Unit): Rule1.this.type
-
def
~:%
(f: (Char) ⇒ Unit): Rule1.this.type
-
def
~:>
[R]
(f: (Char) ⇒ R): Rule2[A, R]
-
def
~:?
(f: (Char) ⇒ Boolean): Rule1.this.type
-
def
~>
[R]
(f: (String) ⇒ R): Rule2[A, R]
-
def
~>>
[R]
(f: (IndexRange) ⇒ R): Rule2[A, R]
-
def
~?
(f: (String) ⇒ Boolean): Rule1.this.type
-
def
~~%
[X, Y, Z]
(f: (X, Y, Z, A) ⇒ Unit): PopRule3[X, Y, Z]
-
def
~~%
[Y, Z]
(f: (Y, Z, A) ⇒ Unit): PopRule2[Y, Z]
-
def
~~%
[Z]
(f: (Z, A) ⇒ Unit): PopRule1[Z]
-
def
~~%
(f: (A) ⇒ Unit): Rule0
-
def
~~>
[X, Y, Z, R]
(f: (X, Y, Z, A) ⇒ R): ReductionRule3[X, Y, Z, R]
-
def
~~>
[Y, Z, R]
(f: (Y, Z, A) ⇒ R): ReductionRule2[Y, Z, R]
-
def
~~>
[Z, R]
(f: (Z, A) ⇒ R): ReductionRule1[Z, R]
-
def
~~>
[R]
(f: (A) ⇒ R): Rule1[R]
-
def
~~?
[X, Y, Z]
(f: (X, Y, Z, A) ⇒ Boolean): PopRule3[X, Y, Z]
-
def
~~?
[Y, Z]
(f: (Y, Z, A) ⇒ Boolean): PopRule2[Y, Z]
-
def
~~?
[Z]
(f: (Z, A) ⇒ Boolean): PopRule1[Z]
-
def
~~?
(f: (A) ⇒ Boolean): Rule0
-
def
~~~%
(f: (A) ⇒ Unit): Rule1[A]
-
def
~~~>
[R]
(f: (A) ⇒ R): Rule2[A, R]
-
def
~~~?
(f: (A) ⇒ Boolean): Rule1[A]
Inherited from AnyRef
Inherited from Any
A rule pushing one new value of a given type onto the parsers value stack.