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