| Constructor and Description |
|---|
TokenRightParenthesis(Optional<Path> in_file,
Position in_position) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Path> |
getFile() |
Position |
getPosition() |
<A,E extends Exception> |
matchToken(TokenMatcherType<A,E> m)
Match a token.
|
String |
toString() |
public Position getPosition()
getPosition in interface TokenTypepublic <A,E extends Exception> A matchToken(TokenMatcherType<A,E> m) throws E extends Exception
TokenTypematchToken in interface TokenTypeA - The type of values returned by the matcherE - The type of exceptions raised by the matcherm - The matcherE - If the matcher raises EE extends ExceptionCopyright © 2015 <code@io7m.com> http://io7m.com