Package | Description |
---|---|
org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
org.openstreetmap.josm.tools.template_engine |
Modifier and Type | Method and Description |
---|---|
protected TemplateEntry |
Marker.TemplateEntryProperty.fromString(String s) |
Modifier and Type | Field and Description |
---|---|
TemplateEntry |
TaggingPreset.nameTemplate |
Modifier and Type | Class and Description |
---|---|
class |
CompoundTemplateEntry |
class |
Condition |
class |
ContextSwitchTemplate |
class |
SearchExpressionCondition |
class |
StaticText |
class |
Variable |
Modifier and Type | Field and Description |
---|---|
private TemplateEntry[] |
CompoundTemplateEntry.entries |
private TemplateEntry |
ContextSwitchTemplate.template |
private TemplateEntry |
SearchExpressionCondition.text |
Modifier and Type | Field and Description |
---|---|
private List<TemplateEntry> |
Condition.entries |
Modifier and Type | Method and Description |
---|---|
static TemplateEntry |
CompoundTemplateEntry.fromArray(TemplateEntry... entry) |
TemplateEntry |
TemplateParser.parse()
Parse the template.
|
private TemplateEntry |
TemplateParser.parseCondition() |
private TemplateEntry |
TemplateParser.parseContextSwitch() |
private TemplateEntry |
TemplateParser.parseExpression(Collection<Tokenizer.TokenType> endTokens) |
private TemplateEntry |
TemplateParser.parseVariable() |
Modifier and Type | Method and Description |
---|---|
List<TemplateEntry> |
Condition.getEntries() |
Modifier and Type | Method and Description |
---|---|
static TemplateEntry |
CompoundTemplateEntry.fromArray(TemplateEntry... entry) |
Constructor and Description |
---|
CompoundTemplateEntry(TemplateEntry[] entries) |
ContextSwitchTemplate(SearchCompiler.Match match,
TemplateEntry template,
int searchExpressionPosition) |
SearchExpressionCondition(SearchCompiler.Match condition,
TemplateEntry text) |