public interface CompilerContext
| 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() |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.