Scala Library Documentation
|
|
class
StandardTokenParsers
extends
StdTokenParsersType Summary | |
type
|
Tokens
Tokens is the abstract type of the `Token's consumed by the parsers in this component
|
Value Summary | |
val
|
lexical
: StdLexical
lexical is the component responsible for consuming some basic kind of
input (usually character-based) and turning it into the tokens
understood by these parsers.
|
Values and Variables inherited from Parsers | |
lastNoSuccess |
Methods inherited from StdTokenParsers | |
keyword, numericLit, stringLit, ident |
Methods inherited from TokenParsers | |
phrase |
Methods inherited from Parsers | |
commit, elem, elem, accept, accept, accept, failure, err, success, log, rep, repsep, rep1, rep1, repN, rep1sep, chainl1, chainl1, chainr1, opt, positioned, const |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Type Details |
Value Details |
val
lexical : StdLexical
Scala Library Documentation
|
|