|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.rule.builder.dialect.mvel.MVELAnalysisResult
public class MVELAnalysisResult
An analysis result implementation for the MVEL dialect
Constructor Summary | |
---|---|
MVELAnalysisResult()
|
Method Summary | |
---|---|
BoundIdentifiers |
getBoundIdentifiers()
Returns the array of lists |
Set<String> |
getIdentifiers()
Returns the Set |
Set<String> |
getLocalVariables()
Returns the Set |
Map<String,Class<?>> |
getMvelVariables()
|
Set<String> |
getNotBoundedIdentifiers()
Returns the Set |
Class |
getReturnType()
|
boolean |
isTypesafe()
|
void |
setBoundIdentifiers(BoundIdentifiers boundIdentifiers)
|
void |
setIdentifiers(Set identifiers)
|
void |
setLocalVariables(Set localVariables)
|
void |
setMvelVariables(Map<String,Class<?>> mvelVariables)
|
void |
setNotBoundedIdentifiers(Set notBoundedIdentifiers)
|
void |
setReturnType(Class returnType)
|
void |
setTypesafe(boolean typesafe)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MVELAnalysisResult()
Method Detail |
---|
public BoundIdentifiers getBoundIdentifiers()
AnalysisResult
getBoundIdentifiers
in interface AnalysisResult
public void setBoundIdentifiers(BoundIdentifiers boundIdentifiers)
public Set<String> getIdentifiers()
AnalysisResult
getIdentifiers
in interface AnalysisResult
public void setIdentifiers(Set identifiers)
public Set<String> getLocalVariables()
AnalysisResult
getLocalVariables
in interface AnalysisResult
public void setLocalVariables(Set localVariables)
public Set<String> getNotBoundedIdentifiers()
AnalysisResult
getNotBoundedIdentifiers
in interface AnalysisResult
public void setNotBoundedIdentifiers(Set notBoundedIdentifiers)
public Map<String,Class<?>> getMvelVariables()
public void setMvelVariables(Map<String,Class<?>> mvelVariables)
public Class getReturnType()
public void setReturnType(Class returnType)
public boolean isTypesafe()
public void setTypesafe(boolean typesafe)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |