public class EventPropertyGetterCompiler
extends java.lang.Object
Constructor and Description |
---|
EventPropertyGetterCompiler() |
Modifier and Type | Method and Description |
---|---|
static EventPropertyGetterIndexed |
compile(EngineImportService engineImportService,
EventPropertyGetterIndexedSPI getterSPI,
java.util.function.Supplier<java.lang.String> debugInfoSupplier,
boolean includeCodeComments) |
static EventPropertyGetterMapped |
compile(EngineImportService engineImportService,
EventPropertyGetterMappedSPI getterSPI,
java.util.function.Supplier<java.lang.String> debugInfoSupplier,
boolean includeCodeComments) |
static EventPropertyGetter |
compile(EngineImportService engineImportService,
EventPropertyGetterSPI getterSPI,
java.util.function.Supplier<java.lang.String> debugInfoSupplier,
boolean includeCodeComments) |
public static EventPropertyGetter compile(EngineImportService engineImportService, EventPropertyGetterSPI getterSPI, java.util.function.Supplier<java.lang.String> debugInfoSupplier, boolean includeCodeComments) throws CodegenCompilerException
CodegenCompilerException
public static EventPropertyGetterIndexed compile(EngineImportService engineImportService, EventPropertyGetterIndexedSPI getterSPI, java.util.function.Supplier<java.lang.String> debugInfoSupplier, boolean includeCodeComments) throws CodegenCompilerException
CodegenCompilerException
public static EventPropertyGetterMapped compile(EngineImportService engineImportService, EventPropertyGetterMappedSPI getterSPI, java.util.function.Supplier<java.lang.String> debugInfoSupplier, boolean includeCodeComments) throws CodegenCompilerException
CodegenCompilerException