Package io.github.qishr.cascara.common.lang.token
Interface TokenType
java.lang.Object
io.github.qishr.cascara.common.lang.token.TokenType
All Known Implementing Classes:
JsonTokenType, XmlTokenType, YamlTokenType
public interface TokenType
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public abstract String | getId() | A stable, language\u2011specific identifier (e.g. "JAVA_IF", "YAML_KEY", "XML_TAG_NAME"). |
| public abstract TokenCategory | getCategory() | The language\u2011agnostic category used by editors and highlighters. |
Method Details
getId
public abstract String getId()
A stable, language\u2011specific identifier (e.g. "JAVA_IF", "YAML_KEY", "XML_TAG_NAME").
getCategory
public abstract TokenCategory getCategory()
The language\u2011agnostic category used by editors and highlighters.