Uses of Class
org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.MapCSSParser.LexicalState
-
Packages that use MapCSSParser.LexicalState Package Description org.openstreetmap.josm.gui.mappaint.mapcss.parsergen -
-
Uses of MapCSSParser.LexicalState in org.openstreetmap.josm.gui.mappaint.mapcss.parsergen
Methods in org.openstreetmap.josm.gui.mappaint.mapcss.parsergen that return MapCSSParser.LexicalState Modifier and Type Method Description static MapCSSParser.LexicalState
MapCSSParser.LexicalState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MapCSSParser.LexicalState[]
MapCSSParser.LexicalState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.gui.mappaint.mapcss.parsergen with parameters of type MapCSSParser.LexicalState Modifier and Type Method Description protected static MapCSSParserTokenManager
MapCSSParser. createTokenManager(java.io.InputStream in, java.lang.String encoding, MapCSSParser.LexicalState initState)
Deprecated.protected static MapCSSParserTokenManager
MapCSSParser. createTokenManager(java.io.Reader in, MapCSSParser.LexicalState initState)
Constructors in org.openstreetmap.josm.gui.mappaint.mapcss.parsergen with parameters of type MapCSSParser.LexicalState Constructor Description MapCSSParser(java.io.InputStream in, java.lang.String encoding, MapCSSParser.LexicalState initState)
Deprecated.MapCSSParser(java.io.Reader in, MapCSSParser.LexicalState initState)
Constructor which initializes the parser with a certain lexical state.
-