public class CompilerAbstractionCompilationContext extends Object
Constructor and Description |
---|
CompilerAbstractionCompilationContext(ModuleCompileTimeServices services,
Consumer<Object> compileResultConsumer,
List<EPCompiled> path) |
CompilerAbstractionCompilationContext(ModuleCompileTimeServices services,
List<EPCompiled> path) |
Modifier and Type | Method and Description |
---|---|
Consumer<Object> |
getCompileResultConsumer() |
String |
getGeneratedCodePackageName() |
ParentClassLoader |
getParentClassLoader() |
List<EPCompiled> |
getPath() |
ModuleCompileTimeServices |
getServices() |
boolean |
isLogging() |
public CompilerAbstractionCompilationContext(ModuleCompileTimeServices services, Consumer<Object> compileResultConsumer, List<EPCompiled> path)
public CompilerAbstractionCompilationContext(ModuleCompileTimeServices services, List<EPCompiled> path)
public ParentClassLoader getParentClassLoader()
public boolean isLogging()
public ModuleCompileTimeServices getServices()
public String getGeneratedCodePackageName()
public List<EPCompiled> getPath()
Copyright © 2005–2022. All rights reserved.