Uses of Class
org.evrete.util.compiler.CompilationException
| Package | Description |
|---|---|
| org.evrete.api | |
| org.evrete.api.spi | |
| org.evrete.util.compiler |
-
Uses of CompilationException in org.evrete.api
Methods in org.evrete.api that throw CompilationException Modifier and Type Method Description EvaluatorExpressionResolver. buildExpression(String stringExpression, NamedType.Resolver resolver, Set<String> imports)This method parses a string argument and returns anEvaluatorif possible. -
Uses of CompilationException in org.evrete.api.spi
Methods in org.evrete.api.spi that throw CompilationException Modifier and Type Method Description Consumer<RhsContext>LiteralRhsCompiler. compileRhs(RuntimeContext<?> requester, String literalRhs, Collection<NamedType> factTypes, Collection<String> imports) -
Uses of CompilationException in org.evrete.util.compiler
Methods in org.evrete.util.compiler that throw CompilationException Modifier and Type Method Description Class<?>SourceCompiler. compile(String source, BytesClassLoader classLoader)