Package io.github.qishr.cascara.lang.xml.token
Class XmlToken
java.lang.Object
io.github.qishr.cascara.lang.xml.token.XmlToken
All Implemented Interfaces:
Token
public class XmlToken
Constructor Summary
| Constructor | Description |
|---|---|
| XmlToken(XmlTokenType type, String lexeme, String content, int offset, int line, int column) |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public String | toString() | |
| public XmlTokenType | getType() | |
| public String | getLexeme() | |
| public String | getContent() | |
| public int | getStartLine() | |
| public int | getStartColumn() | |
| public int | getOffset() |
Method Details
toString
public String toString()
Specified By:
getType
public XmlTokenType getType()
Specified By:
getLexeme
public String getLexeme()
Specified By:
getContent
public String getContent()
Specified By:
getStartLine
public int getStartLine()
Specified By:
getStartColumn
public int getStartColumn()
Specified By:
getOffset
public int getOffset()
Specified By: