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()
AnalysisResultgetBoundIdentifiers in interface AnalysisResultpublic void setBoundIdentifiers(BoundIdentifiers boundIdentifiers)
public Set<String> getIdentifiers()
AnalysisResultgetIdentifiers in interface AnalysisResultpublic Set<String> getLocalVariables()
AnalysisResultgetLocalVariables in interface AnalysisResultpublic Set<String> getNotBoundedIdentifiers()
AnalysisResultgetNotBoundedIdentifiers in interface AnalysisResultpublic 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.