|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.rule.builder.dialect.mvel.MVELExprAnalyzer
public class MVELExprAnalyzer
Expression analyzer.
Constructor Summary | |
---|---|
MVELExprAnalyzer()
|
Method Summary | |
---|---|
MVELAnalysisResult |
analyzeExpression(RuleBuildContext context,
java.lang.String expr,
java.util.Set[] availableIdentifiers,
java.util.Map localTypes)
Analyze an expression. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MVELExprAnalyzer()
Method Detail |
---|
public MVELAnalysisResult analyzeExpression(RuleBuildContext context, java.lang.String expr, java.util.Set[] availableIdentifiers, java.util.Map localTypes) throws RecognitionException
expr
- The expression to analyze.availDecls
- Total set of declarations available.
Set
of declarations used by the expression.
RecognitionException
- If an error occurs in the parser.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |