|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.semantics.python.PythonExprAnalyzer
Analyzes python expressions for all mentioned variables.
Constructor Summary | |
PythonExprAnalyzer()
Construct. |
Method Summary | |
Declaration[] |
analyze(org.python.parser.ast.modType expr,
java.util.List 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 PythonExprAnalyzer()
Method Detail |
public Declaration[] analyze(org.python.parser.ast.modType expr, java.util.List availDecls) throws java.lang.Exception
java.lang.Exception
- If an error occurs while attempting to analyze the
expression.expr
- The expression to analyze.availDecls
- Total set of declarations available.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |