public interface Token<T extends Object>
Simple base class for a parser token. Exists in order to make changes later easier.
abstract T
getData()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract T getData()
Stored token data.