Uses of Class
org.spf4j.zel.vm.CompileException
-
Packages that use CompileException Package Description org.spf4j.zel.vm -
-
Uses of CompileException in org.spf4j.zel.vm
Methods in org.spf4j.zel.vm that throw CompileException Modifier and Type Method Description static ProgramProgram. compile(String zExpr, String... varNames)static ProgramProgram. compile(String source, String name, Reader zExpr, String... varNames)static ProgramProgram. compile(String source, String name, Reader zExpr, Map<String,Integer> localTable, Object[] globalMem, Map<String,Integer> globalTable, String... varNames)static ProgramProgram. compile(String zExpr, Map<String,Integer> localTable, Object[] globalMem, Map<String,Integer> globalTable, String... varNames)static <T> ZelPredicate<T>Program. compilePredicate(CharSequence zExpr, String varName)
-