|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.semantics.java.JavaExprAnalyzer
Expression analyzer.
| Constructor Summary | |
JavaExprAnalyzer()
Construct. |
|
| Method Summary | |
java.util.List[] |
analyzeBlock(java.lang.String expr,
java.util.Set[] availableIdentifiers)
|
java.util.List[] |
analyzeExpression(java.lang.String expr,
java.util.Set[] availableIdentifiers)
Analyze an expression. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JavaExprAnalyzer()
| Method Detail |
public java.util.List[] analyzeExpression(java.lang.String expr,
java.util.Set[] availableIdentifiers)
throws RecognitionException
RecognitionException - If an error occurs in the parser.expr - The expression to analyze.
Set of declarations used by the expression.
public java.util.List[] analyzeBlock(java.lang.String expr,
java.util.Set[] availableIdentifiers)
throws RecognitionException
RecognitionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||