| Package | Description |
|---|---|
| com.io7m.jsx.parser |
Parser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParserGrammarException
An exception type indicating that the input did not conform to the
s-expression grammar.
|
class |
ParserLexicalException
The type of parser errors caused by
LexerException throws. |
| Modifier and Type | Method and Description |
|---|---|
SExpressionType |
ParserType.parseExpression() |
SExpressionType |
Parser.parseExpression() |
Optional<SExpressionType> |
ParserType.parseExpressionOrEOF() |
Optional<SExpressionType> |
Parser.parseExpressionOrEOF() |
List<SExpressionType> |
ParserType.parseExpressions() |
List<SExpressionType> |
Parser.parseExpressions() |
Copyright © 2015 <code@io7m.com> http://io7m.com