public class CompilerContextImpl extends Object implements CompilerContext
| Constructor and Description |
|---|
CompilerContextImpl(FEELEventListenersManager eventsManager) |
| Modifier and Type | Method and Description |
|---|---|
CompilerContext |
addInputVariable(String name,
Object value) |
CompilerContext |
addInputVariableType(String name,
Type type) |
Map<String,Object> |
getInputVariables() |
Map<String,Type> |
getInputVariableTypes() |
Set<org.kie.dmn.api.feel.runtime.events.FEELEventListener> |
getListeners() |
public CompilerContextImpl(FEELEventListenersManager eventsManager)
public Set<org.kie.dmn.api.feel.runtime.events.FEELEventListener> getListeners()
getListeners in interface CompilerContextpublic CompilerContext addInputVariableType(String name, Type type)
addInputVariableType in interface CompilerContextpublic Map<String,Type> getInputVariableTypes()
getInputVariableTypes in interface CompilerContextpublic CompilerContext addInputVariable(String name, Object value)
addInputVariable in interface CompilerContextpublic Map<String,Object> getInputVariables()
getInputVariables in interface CompilerContextCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.