A - The type of returned valuesE - The type of raised exceptionspublic interface SExpressionMatcherType<A,E extends java.lang.Exception>
| Modifier and Type | Method | Description |
|---|---|---|
A |
list(SExpressionListType e) |
Match an expression.
|
A |
quotedString(SExpressionQuotedStringType e) |
Match an expression.
|
A |
symbol(SExpressionSymbolType e) |
Match an expression.
|
A list(SExpressionListType e) throws E extends java.lang.Exception
A quotedString(SExpressionQuotedStringType e) throws E extends java.lang.Exception
A symbol(SExpressionSymbolType e) throws E extends java.lang.Exception
Copyright © 2017 <code@io7m.com> http://io7m.com