Package org.drools.lang

This contains the parser and utilities for the native DRL format, for handling DRL source.

See:
          Description

Interface Summary
Expander Expanders are extension points for expanding expressions in DRL at parse time.
ExpanderResolver  
 

Class Summary
DrlDumper Dumps a PackageDescr into a DRL String
DRLExpressions  
DRLExpressions.expression_return  
DRLExpressions.instanceof_key_return  
DRLExpressions.literal_return  
DRLExpressions.neg_operator_key_return  
DRLExpressions.operator_key_return  
DRLExpressions.operator_return  
DRLExpressions.relationalExpression_scope  
DRLExpressions.relationalOp_return  
DRLExpressions.shiftExpression_return  
DRLExpressions.type_return  
DRLExpressions.unaryExpressionNotPlusMinus_return  
DRLLexer  
DRLParser  
DroolsParserExceptionFactory Helper class that generates DroolsParserException with user friendly error messages.
DroolsSentence Class that represents a DroolsLanguage sentence.
DroolsSoftKeywords Simple holder class identifying all the DRL soft keywords.
DroolsToken An extension of the CommonToken class that keeps the char offset information
DroolsTree An extension of the CommonTree class that keeps the char offset information.
DroolsTreeAdaptor This tree adaptor is a factory for DroolsTree.
ExpanderException  
Location A class to hold contextual information during DRL parsing
MVELDumper  
MVELDumper.MVELDumperContext  
ParserHelper This is a class to hold all the helper functions/methods used by the DRL parser
 

Enum Summary
DroolsEditorType Enum to identify an editor type (most for syntax highlighting).
DroolsParaphraseTypes Simple enum to identify a paraphrase type.
DroolsSentenceType Enum to identify a sentence type.
 

Exception Summary
DroolsMismatchedSetException A mismatched token exception that properly resolves ID tokens into soft keywords
DroolsMismatchedTokenException A mismatched token exception that properly resolves ID tokens into soft keywords
DroolsMissingTokenException A mismatched token exception that properly resolves ID tokens into soft keywords
GeneralParseException  
ParseException  
 

Package org.drools.lang Description

This contains the parser and utilities for the native DRL format, for handling DRL source.



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