|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.drools.semantics.python.ExprAnalyzer
Analyzes python expressions for all mentioned variables.
Constructor Summary | |
ExprAnalyzer()
Construct. |
Method Summary | |
Declaration[] |
analyze(org.python.parser.ast.modType expr,
Declaration[] availDecls)
Analyze an expression. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExprAnalyzer()
Method Detail |
public Declaration[] analyze(org.python.parser.ast.modType expr, Declaration[] availDecls) throws java.lang.Exception
expr
- The expression to analyze.availDecls
- Total set of declarations available.
java.lang.Exception
- If an error occurs while attempting
to analyze the expression.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |