Package org.openzen.zenscript.lexer
Interface Token<TT extends TokenType>
- Type Parameters:
TT- token type
- All Known Implementing Classes:
ZSToken
public interface Token<TT extends TokenType>
Represents a token.
-
Method Summary
TT - token typeZSToken