scala.util.parsing.combinator.PackratParsers

class PackratParser

[source: scala/util/parsing/combinator/PackratParsers.scala]

abstract class PackratParser[+T]
extends Parser[T]
The root class of packrat parsers.
Methods inherited from Parser
apply (abstract), named, toString, flatMap, map, append, ~, ~>, <~, ~!, |, |||, ^^, ^^^, ^?, ^?, into, >>, *, *, +, ?
Methods inherited from Function1
compose, andThen
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf