Uses of Class
org.openstreetmap.josm.gui.mappaint.mapcss.ExpressionFactory.NullableArguments
-
Packages that use ExpressionFactory.NullableArguments Package Description org.openstreetmap.josm.gui.mappaint.mapcss Drawing system based on MapCSS map styles. -
-
Uses of ExpressionFactory.NullableArguments in org.openstreetmap.josm.gui.mappaint.mapcss
Methods in org.openstreetmap.josm.gui.mappaint.mapcss with annotations of type ExpressionFactory.NullableArguments Modifier and Type Method Description static Object
Functions. any(Environment ignored, Object... args)
Returns the first non-null object.static String
Functions. concat(Environment ignored, Object... args)
Assembles the strings to one.static String
Functions. join(Environment ignored, String... args)
Assembles the strings to one, where the first entry is used as separator.static Object
Functions. print(Object o)
Prints the object to the command line (for debugging purpose).static Object
Functions. println(Object o)
Prints the object to the command line, with new line at the end (for debugging purpose).static String
Functions. tr(Environment ignored, String... args)
Translates some text for the current locale.
-