Uses of Class
org.openstreetmap.josm.tools.template_engine.Tokenizer.Token
-
Packages that use Tokenizer.Token Package Description org.openstreetmap.josm.tools.template_engine Provides classes for a generic template engine used in presets, name rendering and search function. -
-
Uses of Tokenizer.Token in org.openstreetmap.josm.tools.template_engine
Fields in org.openstreetmap.josm.tools.template_engine declared as Tokenizer.Token Modifier and Type Field Description private Tokenizer.TokenTokenizer. currentTokenprivate Tokenizer.TokenParseError. unexpectedTokenMethods in org.openstreetmap.josm.tools.template_engine that return Tokenizer.Token Modifier and Type Method Description private Tokenizer.TokenTemplateParser. check(Tokenizer.TokenType expectedToken)Tokenizer.TokenParseError. getUnexpectedToken()Returns the unexpected token, if any.Tokenizer.TokenTokenizer. lookAhead()Look at the next tokenTokenizer.TokenTokenizer. nextToken()Get the next tokenTokenizer.TokenTokenizer. skip(char lastChar)Skip until we hit a characterConstructors in org.openstreetmap.josm.tools.template_engine with parameters of type Tokenizer.Token Constructor Description ParseError(Tokenizer.Token unexpectedToken)Constructs a newParseErrorfor an unexpected token.ParseError(Tokenizer.Token unexpectedToken, Tokenizer.TokenType expected)Constructs a newParseErrorfor an unexpected token and an expected token.
-