|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.semantics.python.PythonExprAnalyzer
public class PythonExprAnalyzer
Analyzes python expressions for all mentioned variables.
Constructor Summary | |
---|---|
PythonExprAnalyzer()
Construct. |
Method Summary | |
---|---|
Declaration[] |
analyze(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(modType expr, java.util.List 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 |