trait
ParserMain extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
apply[T](p: Parser[T])(s: String): Parser[T]
-
final
def
asInstanceOf[T0]: T0
-
def
charClass(f: (Char) ⇒ Boolean, label: String = "<unspecified>"): Parser[Char]
-
def
chars(legal: String): Parser[Char]
-
def
clone(): AnyRef
-
def
completions(p: sbt.complete.Parser[_], s: String, level: Int): Completions
-
def
derive1[T](p: Parser[T], c: Char): Parser[T]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
examples[A](a: Parser[A], completions: Set[String], check: Boolean): Parser[A]
-
def
failure(msg: ⇒ String): Parser[Nothing]
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
def
homParser[A](a: Parser[A], b: Parser[A]): Parser[A]
-
def
invalid(msgs: ⇒ Seq[String]): Parser[Nothing]
-
final
def
isInstanceOf[T0]: Boolean
-
implicit
def
literal(s: String): Parser[String]
-
implicit
def
literal(ch: Char): Parser[Char]
-
implicit
def
literalRichCharParser(c: Char): RichParser[Char]
-
implicit
def
literalRichStringParser(s: String): RichParser[String]
-
def
matched(t: sbt.complete.Parser[_], seen: Vector[Char] = Vector.empty, partial: Boolean = false): Parser[String]
-
final
def
ne(arg0: AnyRef): Boolean
-
def
not(p: sbt.complete.Parser[_]): Parser[Unit]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
oneOf[T](p: Seq[Parser[T]]): Parser[T]
-
def
parse[T](str: String, parser: Parser[T]): Either[String, T]
-
implicit
def
range(r: NumericRange[Char]): Parser[Char]
-
def
result[T](p: Parser[T], s: String): Either[() ⇒ (Seq[String], Int), T]
-
implicit
def
richParser[A](a: Parser[A]): RichParser[A]
-
def
sample(str: String, parser: sbt.complete.Parser[_], completions: Boolean = false): Unit
-
def
sampleCompletions(str: String, parser: sbt.complete.Parser[_], level: Int = 1): Unit
-
def
sampleParse(str: String, parser: sbt.complete.Parser[_]): Unit
-
def
seq[T](p: Seq[Parser[T]]): Parser[Seq[T]]
-
def
seq0[T](p: Seq[Parser[T]], errors: ⇒ Seq[String]): Parser[Seq[T]]
-
def
stringLiteral(s: String, start: Int): Parser[String]
-
def
success[T](value: T): Parser[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
token[T](t: Parser[T], seen: String, track: Boolean, hide: (Int) ⇒ Boolean): Parser[T]
-
def
token[T](t: Parser[T], description: String): Parser[T]
-
def
token[T](t: Parser[T], hide: (Int) ⇒ Boolean): Parser[T]
-
def
token[T](t: Parser[T]): Parser[T]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
object
~ extends AnyRef
Inherited from AnyRef
Inherited from Any