public class MVELAnalysisResult extends Object implements AnalysisResult
Constructor and Description |
---|
MVELAnalysisResult() |
Modifier and Type | Method and Description |
---|---|
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() |
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 Class getReturnType()
public void setReturnType(Class returnType)
public boolean isTypesafe()
public void setTypesafe(boolean typesafe)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.