public class Token extends Object
| Constructor and Description |
|---|
Token(Integer type,
int index) |
Token(List<Integer> types,
int index) |
Token(String value,
Integer type,
int index) |
Token(String value,
List<Integer> types,
int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
List<Integer> |
getTypes() |
String |
getValue() |
boolean |
isIgnored() |
void |
setIsIgnored(boolean isIgnored) |
String |
toString() |
public Token(Integer type, int index)
Copyright © 2017. All rights reserved.