Package | Description |
---|---|
com.espertech.esper.codegen.compile |
Code-Generation Compiler
|
com.espertech.esper.event |
This package defines the internal event APIs.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
CodegenClassGenerator.compile(CodegenClass clazz,
EngineImportService engineImportService,
Class<T> interfaceClass,
Supplier<String> debugInformation) |
<T> Class<T> |
CodegenCompilerJanino.compileClass(String code,
String fullyQualifiedClassName,
ClassLoader classLoader,
Supplier<String> debugInformation) |
<T> Class<T> |
CodegenCompiler.compileClass(String code,
String fullyQualifiedClassName,
ClassLoader classLoader,
Supplier<String> debugInformation) |
Modifier and Type | Method and Description |
---|---|
static EventPropertyGetterIndexed |
EventPropertyGetterCompiler.compile(String engineURI,
EngineImportService engineImportService,
EventPropertyGetterIndexedSPI getterSPI,
Supplier<String> debugInfoSupplier,
boolean includeCodeComments) |
static EventPropertyGetterMapped |
EventPropertyGetterCompiler.compile(String engineURI,
EngineImportService engineImportService,
EventPropertyGetterMappedSPI getterSPI,
Supplier<String> debugInfoSupplier,
boolean includeCodeComments) |
static EventPropertyGetter |
EventPropertyGetterCompiler.compile(String engineURI,
EngineImportService engineImportService,
EventPropertyGetterSPI getterSPI,
Supplier<String> debugInfoSupplier,
boolean includeCodeComments) |