|
kiama 0.9.0 API
|
|
kiama/example/lambda2/Parser.scala]
trait
Parser
extends CharPackratParsers with AnyRef| Value Summary | |
lazy val
|
exp : MemoParser[Exp] |
lazy val
|
exp0 : MemoParser[Exp] |
lazy val
|
exp1 : MemoParser[Exp] |
lazy val
|
exp2 : MemoParser[Exp] |
lazy val
|
idn : MemoParser[java.lang.String] |
lazy val
|
number : MemoParser[Num] |
lazy val
|
op : MemoParser[Op] |
lazy val
|
parse : MemoParser[Exp] |
lazy val
|
ttype : MemoParser[Type] |
lazy val
|
ttype0 : MemoParser[Type] |
| Values and Variables inherited from CharParsers | |
| whitespace, layout, digit, letter, letterOrDigit |
| Values and Variables inherited from PackratParsers | |
| heads, LRStack |
| Values and Variables inherited from Parsers | |
| any |
| Methods inherited from CharParsers | |
| token, phrase, literal, regex, parse, parse, parse, parseAll, parseAll, parseAll |
| Methods inherited from PackratParsers | |
| rep1, memo |
| Methods inherited from Parsers | |
| Parser, success, failure, accept, acceptIf, opt, rep, rep1, repN, repsep, rep1sep, and, not |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
lazy val
parse : MemoParser[Exp]
lazy val
exp : MemoParser[Exp]
lazy val
exp2 : MemoParser[Exp]
lazy val
exp1 : MemoParser[Exp]
lazy val
exp0 : MemoParser[Exp]
lazy val
ttype : MemoParser[Type]
lazy val
ttype0 : MemoParser[Type]
lazy val
op : MemoParser[Op]
lazy val
idn : MemoParser[java.lang.String]
lazy val
number : MemoParser[Num]
|
kiama 0.9.0 API
|
|