Package | Description |
---|---|
com.espertech.esper.codegen.compile |
Byte-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,
java.lang.Class<T> interfaceClass,
java.util.function.Supplier<java.lang.String> debugInformation) |
<T> java.lang.Class<T> |
CodegenCompilerJanino.compileClass(java.lang.String code,
java.lang.String fullyQualifiedClassName,
java.lang.ClassLoader classLoader,
java.util.function.Supplier<java.lang.String> debugInformation) |
<T> java.lang.Class<T> |
CodegenCompiler.compileClass(java.lang.String code,
java.lang.String fullyQualifiedClassName,
java.lang.ClassLoader classLoader,
java.util.function.Supplier<java.lang.String> debugInformation) |
Modifier and Type | Method and Description |
---|---|
static EventPropertyGetterIndexed |
EventPropertyGetterCompiler.compile(EngineImportService engineImportService,
EventPropertyGetterIndexedSPI getterSPI,
java.util.function.Supplier<java.lang.String> debugInfoSupplier,
boolean includeCodeComments) |
static EventPropertyGetterMapped |
EventPropertyGetterCompiler.compile(EngineImportService engineImportService,
EventPropertyGetterMappedSPI getterSPI,
java.util.function.Supplier<java.lang.String> debugInfoSupplier,
boolean includeCodeComments) |
static EventPropertyGetter |
EventPropertyGetterCompiler.compile(EngineImportService engineImportService,
EventPropertyGetterSPI getterSPI,
java.util.function.Supplier<java.lang.String> debugInfoSupplier,
boolean includeCodeComments) |