|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.semantics.groovy.GroovyExprAnalyzer
Analyzes python expressions for all mentioned variables.
Constructor Summary | |
GroovyExprAnalyzer()
|
Method Summary | |
Declaration[] |
analyze(java.lang.String text,
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 GroovyExprAnalyzer()
Method Detail |
public Declaration[] analyze(java.lang.String text, java.util.List availDecls) throws java.lang.Exception
java.lang.Exception
- If an error occurs while attempting to analyze the
expression.text
- 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 |