|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.semantics.groovy.GroovyExprAnalyzer
public class 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
text
- 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 |