| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |
trait CombParserHelpers
extends
ScalaObject
| EOL.. |
def EOL
[details]
|
Parser[Unit] | |
| aNumber.. |
def aNumber
[details]
|
Parser[Int] | |
| aSpace.. |
def aSpace
[details]
|
Parser[Boolean] | |
| anyChar.. |
def anyChar
|
Parser[Char] | |
| colon.. |
def colon
[details]
|
Parser[Char] | |
| digit.. |
def digit
[details]
|
Parser[Char] | |
| lineSpace.. |
def lineSpace
[details]
|
Parser[List[Boolean]] | |
| notEOF.. |
def notEOF
|
Parser[Char] | |
| notEOL.. |
def notEOL
|
Parser[Char] | |
| slash.. |
def slash
[details]
|
Parser[Char] | |
| white.. |
def white
alias for the wsc parser
|
Parser[Char] | |
| whiteSpace.. |
def whiteSpace
[details]
|
Parser[Unit] | |
| wsc.. |
def wsc
[details]
|
Parser[Char] |
| !=.. |
final def !=(arg0 : Any)
|
Boolean | Any |
| !=.. |
final def !=(arg0 : Object)
|
Boolean | AnyRef |
| ==.. |
final def ==(arg0 : Object)
|
Boolean | AnyRef |
| ==.. |
final def ==(arg0 : Any)
|
Boolean | Any |
| acceptCI.. |
def acceptCI[ES](es : ES)(implicit view$1 : (ES) => List[Char])
[details]
|
Parser[List[Char]] | |
| asInstanceOf.. |
final def asInstanceOf[T0]
|
T0 | Any |
| clone.. |
protected def clone
|
Object | AnyRef |
| eq.. |
final def eq(arg0 : Object)
|
Boolean | AnyRef |
| equals.. |
def equals(arg0 : Any)
|
Boolean | AnyRef |
| finalize.. |
protected def finalize
|
Unit | AnyRef |
| getClass.. |
final def getClass
|
Class[Any] | AnyRef |
| hashCode.. |
def hashCode
|
Int | AnyRef |
| isEof.. |
def isEof(c : Char)
[details]
|
Boolean | |
| isInstanceOf.. |
final def isInstanceOf[T0]
|
Boolean | Any |
| isNum.. |
def isNum(c : Char)
[details]
|
Boolean | |
| ne.. |
final def ne(arg0 : Object)
|
Boolean | AnyRef |
| notEof.. |
def notEof(c : Char)
[details]
|
Boolean | |
| notNum.. |
def notNum(c : Char)
[details]
|
Boolean | |
| notify.. |
final def notify
|
Unit | AnyRef |
| notifyAll.. |
final def notifyAll
|
Unit | AnyRef |
| ns.. |
implicit def ns(in : List[Char])
[details]
|
String | |
| permute.. |
def permute[T](p : Parser[T]*)
[details]
|
Parser[List[T]] | |
| permute.. |
def permute[T](func : (List[Parser[T]]) => List[List[Parser[T]]], p : Parser[T]*)
[details]
|
Parser[List[T]] | |
| permuteAll.. |
def permuteAll[T](p : Parser[T]*)
[details]
|
Parser[List[T]] | |
| repNN.. |
def repNN[T](n : Int, p : => Parser[T])
[details]
|
Parser[List[T]] | |
| strToInput.. |
implicit def strToInput(in : String)
[details]
|
Reader | |
| strToLst.. |
implicit def strToLst(in : String)
[details]
|
List[Char] | |
| synchronized.. |
final def synchronized[T0](arg0 : T0)
|
T0 | AnyRef |
| toString.. |
def toString
|
String | AnyRef |
| wait.. |
final def wait
|
Unit | AnyRef |
| wait.. |
final def wait(arg0 : Long)
|
Unit | AnyRef |
| wait.. |
final def wait(arg0 : Long, arg1 : Int)
|
Unit | AnyRef |
| wsc.. |
def wsc(c : Char)
[details]
|
Boolean | |
| xform.. |
def xform(in : Char)
|
Char |
| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |