Package org.evrete.api.spi
Interface LiteralRhsCompiler
- All Superinterfaces:
Comparable<OrderedServiceProvider>,OrderedServiceProvider
-
Method Summary
Modifier and TypeMethodDescriptiondefault Consumer<RhsContext> compileRhs(RuntimeContext<?> context, String literalRhs, Collection<NamedType> factTypes) compileRhs(RuntimeContext<?> context, String literalRhs, NamedType[] types) Methods inherited from interface org.evrete.api.OrderedServiceProvider
compareTo, sortOrder
-
Method Details
-
compileRhs
default Consumer<RhsContext> compileRhs(RuntimeContext<?> context, String literalRhs, Collection<NamedType> factTypes) throws org.evrete.runtime.compiler.CompilationException - Throws:
org.evrete.runtime.compiler.CompilationException
-
compileRhs
Consumer<RhsContext> compileRhs(RuntimeContext<?> context, String literalRhs, NamedType[] types) throws org.evrete.runtime.compiler.CompilationException - Throws:
org.evrete.runtime.compiler.CompilationException
-