public class Token extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Token.TokenType |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getLine() |
int |
getOffset() |
String |
getText() |
Token.TokenType |
getType() |
public Token.TokenType getType()
public String getText()
public int getOffset()
public int getLine()
public int getColumn()
Copyright © 2018. All rights reserved.