Package org.drools.lang.dsl

Interface Summary
DSLMapping An interface that represents a DSL Mapping
DSLMappingEntry A single entry in a DSL mapping file
DSLMappingEntry.MetaData An inner interface to represent any metadata associated with this entry.
 

Class Summary
AbstractDSLMappingEntry  
AntlrDSLMappingEntry An ANTLR-driven implementation for the DSL Mapping Entry interface
DefaultDSLMapping This is a default implementation of the DSL Mapping interface capable of storing a list of DSLMappingEntries and managing it.
DefaultExpander The default expander uses String templates to provide pseudo natural language, as well as general DSLs.
DefaultExpanderResolver The default expander resolver will provide instances of the DefaultExpander.
DSLMapLexer  
DSLMapParser  
DSLMapParser.any_key_return  
DSLMapParser.condition_key_return  
DSLMapParser.consequence_key_return  
DSLMapParser.entry_return  
DSLMapParser.key_chunk_return  
DSLMapParser.key_section_return  
DSLMapParser.key_sentence_return  
DSLMapParser.keyword_key_return  
DSLMapParser.literal_return  
DSLMapParser.mapping_file_return  
DSLMapParser.meta_section_return  
DSLMapParser.pattern_return  
DSLMapParser.scope_section_return  
DSLMapParser.statement_return  
DSLMapParser.value_chunk_return  
DSLMapParser.value_section_return  
DSLMapParser.value_sentence_return  
DSLMapParser.variable_definition_return  
DSLMapParser.variable_reference_return  
DSLMappingEntry.DefaultDSLEntryMetaData  
DSLMappingFile A helper class that handles a DSL Mapping file
DSLMapWalker  
DSLMapWalker.entry_scope  
DSLMapWalker.mapping_file_scope  
DSLTokenizedMappingFile  
MappingError MappingError A class to represent errors found in a DSL mapping Created: 11/04/2006
 

Enum Summary
DSLMappingEntry.Section An enum for the sections
 

Exception Summary
DSLMappingParseException  
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.