public interface Token extends LeafElement
Modifier and Type | Method and Description |
---|---|
boolean |
equalsIgnoreCase(Token anotherToken)
Compares this token to another token ignoring case considerations.
|
Token |
toLowerCase()
Returns the lower case representation of this token.
|
getText
Token toLowerCase()
boolean equalsIgnoreCase(Token anotherToken)
anotherToken
- The token to compare this token against.true
if the argument is not null
and the tokens are equal; false
otherwise.