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<String> identifiers) |
void |
setMvelVariables(Map<String,Class<?>> mvelVariables) |
void |
setNotBoundedIdentifiers(Set<String> 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 Set<String> getLocalVariables()
AnalysisResult
getLocalVariables
in interface AnalysisResult
public Set<String> getNotBoundedIdentifiers()
AnalysisResult
getNotBoundedIdentifiers
in interface AnalysisResult
public Class<?> getReturnType()
public void setReturnType(Class<?> returnType)
public boolean isTypesafe()
public void setTypesafe(boolean typesafe)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.