public class SyntaxUpdateTokens.TokenInfo extends Object
Constructor and Description |
---|
TokenInfo(TokenID id,
TokenContextPath contextPath,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
TokenContextPath |
getContextPath() |
TokenID |
getID() |
int |
getLength() |
int |
getOffset() |
String |
toString() |
public TokenInfo(TokenID id, TokenContextPath contextPath, int offset, int length)
public final TokenID getID()
public final TokenContextPath getContextPath()
public final int getOffset()
public int getLength()