Package | Description |
---|---|
org.drools.compiler.lang.dsl |
Modifier and Type | Field and Description |
---|---|
static DSLMappingEntry.Section |
DSLMappingEntry.ANY |
static DSLMappingEntry.Section |
DSLMappingEntry.CONDITION |
static DSLMappingEntry.Section |
DSLMappingEntry.CONSEQUENCE |
static DSLMappingEntry.Section |
DSLMappingEntry.KEYWORD |
Modifier and Type | Method and Description |
---|---|
DSLMappingEntry.Section |
DSLMappingEntry.getSection()
Returns the section this mapping entry refers to
|
DSLMappingEntry.Section |
AbstractDSLMappingEntry.getSection() |
static DSLMappingEntry.Section |
DSLMappingEntry.Section.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DSLMappingEntry.Section[] |
DSLMappingEntry.Section.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<DSLMappingEntry> |
DefaultDSLMapping.getEntries(DSLMappingEntry.Section section)
Returns the list of mappings for the given section
|
List<DSLMappingEntry> |
DSLMapping.getEntries(DSLMappingEntry.Section section)
Returns the list of mappings for the given section
|
void |
DSLMappingEntry.setSection(DSLMappingEntry.Section section) |
void |
AbstractDSLMappingEntry.setSection(DSLMappingEntry.Section section) |
Constructor and Description |
---|
AntlrDSLMappingEntry(DSLMappingEntry.Section section,
DSLMappingEntry.MetaData metadata,
String key,
String value,
String keyPattern,
String valuePattern) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.