public class MVELAnalysisResult extends Object implements org.drools.compiler.compiler.AnalysisResult
| Constructor and Description |
|---|
MVELAnalysisResult() |
| Modifier and Type | Method and Description |
|---|---|
org.drools.compiler.compiler.BoundIdentifiers |
getBoundIdentifiers() |
Set<String> |
getIdentifiers() |
Set<String> |
getLocalVariables() |
Map<String,Class<?>> |
getMvelVariables() |
Set<String> |
getNotBoundedIdentifiers() |
Class<?> |
getReturnType() |
boolean |
isTypesafe() |
void |
setBoundIdentifiers(org.drools.compiler.compiler.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 org.drools.compiler.compiler.BoundIdentifiers getBoundIdentifiers()
getBoundIdentifiers in interface org.drools.compiler.compiler.AnalysisResultpublic void setBoundIdentifiers(org.drools.compiler.compiler.BoundIdentifiers boundIdentifiers)
public Set<String> getIdentifiers()
getIdentifiers in interface org.drools.compiler.compiler.AnalysisResultpublic Set<String> getLocalVariables()
getLocalVariables in interface org.drools.compiler.compiler.AnalysisResultpublic Set<String> getNotBoundedIdentifiers()
getNotBoundedIdentifiers in interface org.drools.compiler.compiler.AnalysisResultpublic Class<?> getReturnType()
getReturnType in interface org.drools.compiler.compiler.AnalysisResultpublic void setReturnType(Class<?> returnType)
public boolean isTypesafe()
public void setTypesafe(boolean typesafe)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.