Package | Description |
---|---|
org.drools.compiler.lang.dsl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDSLMappingEntry |
class |
AntlrDSLMappingEntry
An ANTLR-driven implementation for the DSL Mapping Entry interface
|
Modifier and Type | Method and Description |
---|---|
DSLMappingEntry |
DSLMapWalker.entry() |
DSLMappingEntry |
DSLMapWalker.valid_entry() |
Modifier and Type | Method and Description |
---|---|
List<DSLMappingEntry> |
DSLMapping.getEntries()
Returns the list of entries in this mapping
|
List<DSLMappingEntry> |
DefaultDSLMapping.getEntries()
Returns an unmodifiable list of entries
|
List<DSLMappingEntry> |
DSLMapping.getEntries(DSLMappingEntry.Section section)
Returns the list of mappings for the given section
|
List<DSLMappingEntry> |
DefaultDSLMapping.getEntries(DSLMappingEntry.Section section)
Returns the list of mappings for the given section
|
Modifier and Type | Method and Description |
---|---|
void |
DSLMapping.addEntry(DSLMappingEntry entry)
Add one entry to the list of the entries
|
void |
DefaultDSLMapping.addEntry(DSLMappingEntry entry)
Add one entry to the list of the entries
|
void |
DSLMapping.removeEntry(DSLMappingEntry entry)
Removes the given entry from the list of entries
|
void |
DefaultDSLMapping.removeEntry(DSLMappingEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
DSLMapping.addEntries(List<DSLMappingEntry> entries)
Adds all entries in the given list to this DSL Mapping
|
void |
DefaultDSLMapping.addEntries(List<DSLMappingEntry> entries)
Adds all entries in the given list to this DSL Mapping
|
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.