Package | Description |
---|---|
org.openstreetmap.josm.actions.search |
Modifier and Type | Field and Description |
---|---|
private PushbackTokenizer.Token |
PushbackTokenizer.currentToken |
Modifier and Type | Method and Description |
---|---|
PushbackTokenizer.Token |
PushbackTokenizer.nextToken()
The token returned is
null or starts with an identifier character:
- for an '-'. |
static PushbackTokenizer.Token |
PushbackTokenizer.Token.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PushbackTokenizer.Token[] |
PushbackTokenizer.Token.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PushbackTokenizer.readIfEqual(PushbackTokenizer.Token token) |
Constructor and Description |
---|
ParseError(PushbackTokenizer.Token expected,
PushbackTokenizer.Token found) |