public class Token extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
TokenKind |
getKind() |
int |
hashCode() |
boolean |
isIdentifier() |
boolean |
isKind(TokenKind desiredKind) |
String |
stringValue() |
String |
toString() |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.