| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.layer.markerlayer | |
| org.openstreetmap.josm.gui.tagging | |
| org.openstreetmap.josm.tools.template_engine |
| Modifier and Type | Method and Description |
|---|---|
protected TemplateEntry |
Marker.TemplateEntryProperty.fromString(java.lang.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 java.util.List<TemplateEntry> |
Condition.entries |
| Modifier and Type | Method and Description |
|---|---|
static TemplateEntry |
CompoundTemplateEntry.fromArray(TemplateEntry... entry) |
TemplateEntry |
TemplateParser.parse() |
private TemplateEntry |
TemplateParser.parseCondition() |
private TemplateEntry |
TemplateParser.parseContextSwitch() |
private TemplateEntry |
TemplateParser.parseExpression(java.util.Collection<Tokenizer.TokenType> endTokens) |
private TemplateEntry |
TemplateParser.parseVariable() |
| Modifier and Type | Method and Description |
|---|---|
java.util.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) |