public interface JPRAPipelineType
| Modifier and Type | Method and Description |
|---|---|
void |
onEOF(Optional<com.io7m.jlexing.core.LexicalPosition<Path>> lex)
EOF was received.
|
Optional<PackageContextType> |
onExpression(com.io7m.jsx.SExpressionType e)
An expression was received.
|
Optional<PackageContextType> onExpression(com.io7m.jsx.SExpressionType e) throws JPRACompilerException
e - The expressionJPRACompilerException - If any of the stages raise an exceptionvoid onEOF(Optional<com.io7m.jlexing.core.LexicalPosition<Path>> lex) throws JPRACompilerException
lex - The last known lexical position, if anyJPRACompilerException - If any of the stages raise an exceptionCopyright © 2017 <code@io7m.com> http://io7m.com