Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
ExpressionFactory.Functions.any(java.lang.Object... args)
Returns the first non-null object.
|
static java.lang.Object |
ExpressionFactory.Functions.coalesce(java.lang.Object... args)
Deprecated.
Deprecated in favour of
ExpressionFactory.Functions.any(Object...) from the MapCSS standard. |
static java.lang.String |
ExpressionFactory.Functions.concat(java.lang.Object... args)
Assembles the strings to one.
|
static java.lang.String |
ExpressionFactory.Functions.join(java.lang.String... args)
Assembles the strings to one, where the first entry is used as separator.
|
static java.lang.Object |
ExpressionFactory.Functions.print(java.lang.Object o)
Prints the object to the command line (for debugging purpose).
|
static java.lang.Object |
ExpressionFactory.Functions.println(java.lang.Object o)
Prints the object to the command line, with new line at the end
(for debugging purpose).
|
static java.lang.String |
ExpressionFactory.Functions.tr(java.lang.String... args)
Translates some text for the current locale.
|