public class MvelCompilerContext extends Object
| Constructor and Description |
|---|
MvelCompilerContext(org.kie.soup.project.datamodel.commons.types.TypeResolver typeResolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCompilationError(String message) |
MvelCompilerContext |
addCreatedDeclaration(String name,
Class<?> clazz) |
MvelCompilerContext |
addDeclaration(String name,
Class<?> clazz) |
Optional<Declaration> |
findDeclarations(String name) |
Collection<Declaration> |
getCreatedDeclarsations() |
Class<?> |
resolveType(String name) |
public MvelCompilerContext(org.kie.soup.project.datamodel.commons.types.TypeResolver typeResolver)
public MvelCompilerContext addDeclaration(String name, Class<?> clazz)
public MvelCompilerContext addCreatedDeclaration(String name, Class<?> clazz)
public Optional<Declaration> findDeclarations(String name)
public Collection<Declaration> getCreatedDeclarsations()
public void addCompilationError(String message)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.