org.drools.lang.dsl
Class AntlrDSLMappingEntry
java.lang.Object
org.drools.lang.dsl.AbstractDSLMappingEntry
org.drools.lang.dsl.AntlrDSLMappingEntry
- All Implemented Interfaces:
- DSLMappingEntry
public class AntlrDSLMappingEntry
- extends AbstractDSLMappingEntry
An ANTLR-driven implementation for the DSL Mapping Entry interface
Methods inherited from class org.drools.lang.dsl.AbstractDSLMappingEntry |
equals, getErrors, getKeyPattern, getMappingKey, getMappingValue, getMetaData, getSection, getValuePattern, getVariables, hashCode, setKeyPattern, setMappingKey, setMappingValue, setMetaData, setSection, setVariables, toPatternString, toString |
AntlrDSLMappingEntry
public AntlrDSLMappingEntry()
AntlrDSLMappingEntry
public AntlrDSLMappingEntry(DSLMappingEntry.Section section,
DSLMappingEntry.MetaData metadata,
String key,
String value,
String keyPattern,
String valuePattern)
setKeyPattern
public void setKeyPattern(String keyPat)
- Parameters:
KEY
- the key to set
setValuePattern
public void setValuePattern(String value)
- Overrides:
setValuePattern
in class AbstractDSLMappingEntry
- Parameters:
value
- the value to set
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.