class
StringApi extends Api[Char, String]
Instance Constructors
-
new
StringApi()
Type Members
-
abstract
class
ElemPred extends AnyRef
-
abstract
class
ElemsWhile extends AnyRef
-
type
IndexedParserInput = utils.IndexedParserInput[Char, String]
-
type
IteratorParserInput = utils.IteratorParserInput[Char, String]
-
type
P[+T] = core.Parser[T, Char, String]
-
type
P0 = core.Parser[Unit, Char, String]
-
type
ParseCtx = core.ParseCtx[Char, String]
-
type
ParseError = core.ParseError[Char, String]
-
type
Parsed[+T] = core.Parsed[T, Char, String]
-
type
Parser[+T] = core.Parser[T, Char, String]
-
type
ParserInput = utils.ParserInput[Char, String]
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
&(p: P[_]): Lookahead[Char, String]
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
val
AnyChar: AnyElem[Char, String]
-
def
AnyChars(count: Int): AnyElems[Char, String]
-
def
AnyElem(count: Int): AnyElems[Char, String]
-
val
AnyElem: AnyElem[Char, String]
-
def
CharIn(strings: Seq[Char]*): ElemIn[Char, String]
-
val
CharPred: ElemPred.type
-
-
val
CharsWhile: ElemsWhile.type
-
def
CharsWhileIn(strings: Seq[Char], min: Int = 1): ElemsWhileIn[Char, String]
-
def
ElemIn(strings: Seq[Char]*): ElemIn[Char, String]
-
-
-
def
ElemsWhileIn(strings: Seq[Char], min: Int = 1): ElemsWhileIn[Char, String]
-
val
End: End[Char, String]
-
val
Fail: Fail[Char, String]
-
val
IgnoreCase: parsers.Terminals.IgnoreCase.type
-
val
Index: Index[Char, String]
-
implicit
def
LiteralStr(s: String): P0
-
-
val
NoCut: parsers.Combinators.NoCut.type
-
val
NoTrace: parsers.Combinators.NoTrace.type
-
def
P[T](p: ⇒ Parser[T])(implicit name: Name): Parser[T]
-
val
ParseError: (Failure[Char, String]) ⇒ core.ParseError[Char, String]
-
-
val
Pass: Pass[Char, String]
-
def
PassWith[T](t: T): PassWith[T, Char, String]
-
def
SeqIn(seqs: String*): StringIn[Char, String]
-
val
Start: Start[Char, String]
-
def
StringIn(strings: String*): StringIn[Char, String]
-
def
StringInIgnoreCase(strings: String*): StringInIgnoreCase[Char, String]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
implicit
val
implicitClassTag: ClassTag[Char]
-
implicit
val
implicitElemSetHelper: ElemSetHelper[Char]
-
implicit
val
implicitOrdering: Ordering[Char]
-
implicit
val
implicitReprOps: ReprOps[Char, String]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Api[Char, String]
Inherited from AnyRef
Inherited from Any