A - The type of returned valuesE - The type of raised exceptionspublic interface TokenMatcherType<A,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
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 Exception
A leftSquare(TokenLeftSquare t) throws E extends Exception
A quotedString(TokenQuotedString t) throws E extends Exception
A rightParen(TokenRightParenthesis t) throws E extends Exception
A rightSquare(TokenRightSquare t) throws E extends Exception
Copyright © 2015 <code@io7m.com> http://io7m.com