Uses of Class
io.jawk.AwkExpression
Packages that use AwkExpression
-
Uses of AwkExpression in io.jawk
Methods in io.jawk that return AwkExpressionModifier and TypeMethodDescriptionAwk.compileExpression(String expression) Compile an expression to evaluate (not a full script).Awk.compileExpression(String expression, boolean disableOptimizeParam) Compile an expression to evaluate (not a full script).SandboxedAwk.compileExpression(String expression, boolean disableOptimizeParam) Methods in io.jawk with parameters of type AwkExpressionModifier and TypeMethodDescriptionAwk.eval(AwkExpression expression) Evaluates a compiled expression using a fresh isolated runtime.Awk.eval(AwkExpression expression, InputSource source) Evaluates a compiled expression against one structured record source using a fresh isolated runtime.Awk.eval(AwkExpression expression, String input) Evaluates a compiled expression against one text record using a fresh isolated runtime. -
Uses of AwkExpression in io.jawk.backend
Methods in io.jawk.backend with parameters of type AwkExpressionModifier and TypeMethodDescriptionAVM.eval(AwkExpression expression) Evaluates a compiled expression against the AVM state exactly as it currently stands.AVM.eval(AwkExpression expression, InputSource inputSource) Evaluates a compiled expression against the supplied input source.AVM.eval(AwkExpression expression, InputSource inputSource, Map<String, Object> variableOverrides) Evaluates a compiled expression against the supplied input source with per-call variable overrides.