org.parboiled.scala.rules

PopRule

class PopRule extends Rule

The base class of all rules simply removing a certain number of elements off the top of the value stack.

Attributes
abstract
Linear Supertypes
Rule, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. PopRule
  2. Rule
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PopRule ()

Abstract Value Members

  1. val matcher : Matcher

    Attributes
    abstract
    Definition Classes
    Rule
  2. def withMatcher (matcher: Matcher): PopRule.this.type

    Attributes
    protected abstract
    Definition Classes
    Rule

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def append (other: Matcher): Matcher

    Attributes
    protected
    Definition Classes
    Rule
  7. def append (other: Rule): Matcher

    Attributes
    protected
    Definition Classes
    Rule
  8. def append (f: (Context[Any]) ⇒ Boolean): Matcher

    Attributes
    protected
    Definition Classes
    Rule
  9. def append (action: org.parboiled.Action[_]): Matcher

    Attributes
    protected
    Definition Classes
    Rule
  10. def appendChoice (other: Matcher): Matcher

    Attributes
    protected
    Definition Classes
    Rule
  11. def appendChoice (other: Rule): Matcher

    Attributes
    protected
    Definition Classes
    Rule
  12. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  13. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  20. def label (label: String): PopRule.this.type

    Definition Classes
    Rule
  21. def memoMismatches : PopRule.this.type

    Definition Classes
    Rule
  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def skipNode : PopRule.this.type

    Definition Classes
    Rule
  26. def suppressNode : PopRule.this.type

    Definition Classes
    Rule
  27. def suppressSubnodes : PopRule.this.type

    Definition Classes
    Rule
  28. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  29. def toString (): String

    Definition Classes
    Rule → AnyRef → Any
  30. 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
  31. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. def ~ (other: Rule0): PopRule.this.type

    Connects two rules into a rule a sequence.

    Connects two rules into a rule a sequence.

    Definition Classes
    Rule
  35. def ~% (f: (String) ⇒ Unit): PopRule.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
  36. def ~:% (f: (Char) ⇒ Unit): PopRule.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
  37. def ~:? (f: (Char) ⇒ Boolean): PopRule.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
  38. def ~? (f: (String) ⇒ Boolean): PopRule.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

Inherited from Rule

Inherited from AnyRef

Inherited from Any