Package com.io7m.jsx.api.lexer
Interface JSXLexerType
- All Known Implementing Classes:
JSXLexer
public interface JSXLexerType
The type of lexers.
-
Method Summary
-
Method Details
-
token
- Returns:
- The next token from the input.
- Throws:
IOException- On I/O errors.JSXLexerException- On lexical errors.
-