A - The type of returned valuesE - The type of raised exceptionspublic interface TokenMatcherType<A,E extends java.lang.Exception>
| Modifier and Type | Method | Description |
|---|---|---|
A |
comment(TokenComment t) |
Match a token.
|
A |
eof(TokenEOF t) |
Match a token.
|
A |
leftParen(TokenLeftParenthesis t) |
Match a token.
|
A |
leftSquare(TokenLeftSquare t) |
Match a token.
|
A |
quotedString(TokenQuotedString t) |
Match a token.
|
A |
rightParen(TokenRightParenthesis t) |
Match a token.
|
A |
rightSquare(TokenRightSquare t) |
Match a token.
|
A |
symbol(TokenSymbol t) |
Match a token.
|
A leftParen(TokenLeftParenthesis t) throws E extends java.lang.Exception
A leftSquare(TokenLeftSquare t) throws E extends java.lang.Exception
A quotedString(TokenQuotedString t) throws E extends java.lang.Exception
A rightParen(TokenRightParenthesis t) throws E extends java.lang.Exception
A rightSquare(TokenRightSquare t) throws E extends java.lang.Exception
A symbol(TokenSymbol t) throws E extends java.lang.Exception
A comment(TokenComment t) throws E extends java.lang.Exception
Copyright © 2017 <code@io7m.com> http://io7m.com