Package | Description |
---|---|
org.drools.compiler.lang | |
org.drools.compiler.lang.dsl |
Modifier and Type | Method and Description |
---|---|
void |
Expander.addDSLMapping(DSLMapping mapping)
Add the new mapping to this expander.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDSLMapping
This is a default implementation of the DSL Mapping interface
capable of storing a list of DSLMappingEntries and managing it.
|
Modifier and Type | Method and Description |
---|---|
DSLMapping |
DSLMappingFile.getMapping()
Returns the DSL mapping loaded from this file
|
DSLMapping |
DSLMapWalker.mapping_file() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultExpander.addDSLMapping(DSLMapping mapping)
Add the new mapping to this expander.
|
static void |
DSLMappingFile.saveMapping(Writer out,
DSLMapping mapping)
Saves the given mapping into a DSL mapping file
|
void |
DSLMappingFile.setMapping(DSLMapping mapping)
Sets the
|
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.