SExpressionAtomType, SExpressionListType, SExpressionQuotedStringType, SExpressionSymbolTypepublic interface SExpressionType
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Optional<com.io7m.jlexing.core.LexicalPositionType<java.nio.file.Path>> |
lexical() |
|
<A,E extends java.lang.Exception> |
matchExpression(SExpressionMatcherType<A,E> m) |
Match an expression.
|
java.util.Optional<com.io7m.jlexing.core.LexicalPositionType<java.nio.file.Path>> lexical()
<A,E extends java.lang.Exception> A matchExpression(SExpressionMatcherType<A,E> m) throws E extends java.lang.Exception
A - The type of values returned by the matcherE - The type of exceptions raised by the matcherm - The matcherE - If the matcher raises EE extends java.lang.ExceptionCopyright © 2017 <code@io7m.com> http://io7m.com