|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.rule.builder.dialect.java.JavaAnalysisResult
public class JavaAnalysisResult
An analysis result implementation for the java dialect
| Constructor Summary | |
|---|---|
JavaAnalysisResult()
|
|
| Method Summary | |
|---|---|
void |
addLocalVariable(String identifier,
JavaLocalDeclarationDescr descr)
|
String |
getAnalyzedExpr()
|
JavaContainerBlockDescr |
getBlockDescrs()
|
BoundIdentifiers |
getBoundIdentifiers()
Returns the array of lists |
Set<String> |
getIdentifiers()
Returns the Set |
Set<String> |
getLocalVariables()
Returns the Set |
Map<String,JavaLocalDeclarationDescr> |
getLocalVariablesMap()
|
Set<String> |
getNotBoundedIdentifiers()
Returns the Set |
void |
setAnalyzedExpr(String analyzedExpr)
|
void |
setBlockDescrs(JavaContainerBlockDescr blocks)
|
void |
setBoundIdentifiers(BoundIdentifiers boundIdentifiers)
|
void |
setIdentifiers(Set<String> identifiers)
|
void |
setLocalVariables(Map<String,JavaLocalDeclarationDescr> localVariables)
|
void |
setNotBoundedIdentifiers(Set<String> notBoundedIdentifiers)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaAnalysisResult()
| Method Detail |
|---|
public String getAnalyzedExpr()
public void setAnalyzedExpr(String analyzedExpr)
public BoundIdentifiers getBoundIdentifiers()
AnalysisResult
getBoundIdentifiers in interface AnalysisResultpublic void setBoundIdentifiers(BoundIdentifiers boundIdentifiers)
public Set<String> getIdentifiers()
AnalysisResult
getIdentifiers in interface AnalysisResultpublic void setIdentifiers(Set<String> identifiers)
public Set<String> getLocalVariables()
AnalysisResult
getLocalVariables in interface AnalysisResultpublic Map<String,JavaLocalDeclarationDescr> getLocalVariablesMap()
public void setLocalVariables(Map<String,JavaLocalDeclarationDescr> localVariables)
public void addLocalVariable(String identifier,
JavaLocalDeclarationDescr descr)
public Set<String> getNotBoundedIdentifiers()
AnalysisResult
getNotBoundedIdentifiers in interface AnalysisResultpublic void setNotBoundedIdentifiers(Set<String> notBoundedIdentifiers)
public JavaContainerBlockDescr getBlockDescrs()
public void setBlockDescrs(JavaContainerBlockDescr blocks)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||