|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.drools.semantics.java.JavaExprAnalyzer
public class JavaExprAnalyzer
Expression analyzer.
| Constructor Summary | |
|---|---|
JavaExprAnalyzer()
Construct. |
|
| Method Summary | |
|---|---|
java.util.List |
analyze(java.lang.String 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 JavaExprAnalyzer()
| Method Detail |
|---|
public java.util.List analyze(java.lang.String expr,
java.util.List availDecls)
throws TokenStreamException,
RecognitionException,
MissingDeclarationException
expr - The expression to analyze.availDecls - Total set of declarations available.
Set of declarations used by the expression.
TokenStreamException - If an error occurs in the lexer.
RecognitionException - If an error occurs in the parser.
MissingDeclarationException - If the expression requires a declaration not present in the available declarations.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||