Package | Description |
---|---|
org.openstreetmap.josm.data.osm.search |
Provides classes allowing to search OSM primitives in a dataset using textual queries.
|
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)
Reads the next token if it is equal to the given, suggested token
|
Constructor and Description |
---|
SearchParseError(PushbackTokenizer.Token expected,
PushbackTokenizer.Token found)
Constructs a new detailed
ParseError . |