Uses of Class
org.openstreetmap.josm.data.osm.search.PushbackTokenizer.Token
-
Packages that use PushbackTokenizer.Token Package Description org.openstreetmap.josm.data.osm.search Provides classes allowing to search OSM primitives in a dataset using textual queries. -
-
Uses of PushbackTokenizer.Token in org.openstreetmap.josm.data.osm.search
Fields in org.openstreetmap.josm.data.osm.search declared as PushbackTokenizer.Token Modifier and Type Field Description private PushbackTokenizer.Token
PushbackTokenizer. currentToken
Methods in org.openstreetmap.josm.data.osm.search that return PushbackTokenizer.Token Modifier and Type Method Description PushbackTokenizer.Token
PushbackTokenizer. nextToken()
The token returned isnull
or starts with an identifier character: - for an '-'.static PushbackTokenizer.Token
PushbackTokenizer.Token. valueOf(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.Methods in org.openstreetmap.josm.data.osm.search with parameters of type PushbackTokenizer.Token Modifier and Type Method Description boolean
PushbackTokenizer. readIfEqual(PushbackTokenizer.Token token)
Reads the next token if it is equal to the given, suggested tokenConstructors in org.openstreetmap.josm.data.osm.search with parameters of type PushbackTokenizer.Token Constructor Description SearchParseError(PushbackTokenizer.Token expected, PushbackTokenizer.Token found)
Constructs a new detailedParseError
.
-