Package org.evrete.api.spi
Interface LiteralRhsCompiler
- All Superinterfaces:
Comparable<OrderedServiceProvider>,OrderedServiceProvider
-
Method Summary
Modifier and TypeMethodDescriptioncompileRhs(RuntimeContext<?> requester, String literalRhs, Collection<NamedType> factTypes, Collection<String> imports) Methods inherited from interface org.evrete.api.OrderedServiceProvider
compareTo, sortOrder
-
Method Details
-
compileRhs
Consumer<RhsContext> compileRhs(RuntimeContext<?> requester, String literalRhs, Collection<NamedType> factTypes, Collection<String> imports) throws CompilationException - Throws:
CompilationException
-