@FunctionalInterface public interface TokenMap<T>
Token
to a an object of type T
, or null if the token isn't recognized.Modifier and Type | Method and Description |
---|---|
T |
map(Token token)
Transforms
token to an instance of T . |
Copyright © 2013–2016 jparsec. All rights reserved.