| Package | Description |
|---|---|
| se.l4.lect.tokens |
| Modifier and Type | Method and Description |
|---|---|
protected MutableToken |
OffsetTokenizer.nextToken()
Get the token that has been set by the last call to
OffsetTokenizer.setNextToken(TokenType, int, CharSequence). |
static MutableToken |
MutableToken.ofType(TokenType type) |
<T> MutableToken |
MutableToken.set(TokenProperty<T> property,
T value)
Set a property for this token.
|
MutableToken |
MutableToken.setEnd(Location end) |
MutableToken |
MutableToken.setStart(Location start) |
MutableToken |
MutableToken.setText(CharSequence text) |
MutableToken |
MutableToken.setType(TokenType type) |
Copyright © 2018. All rights reserved.