Uses of Class
io.jawk.util.ScriptSource
Packages that use ScriptSource
-
Uses of ScriptSource in io.jawk
Methods in io.jawk that return types with arguments of type ScriptSourceModifier and TypeMethodDescriptionCli.getScriptSources()Returns the list of script sources specified on the command line.Method parameters in io.jawk with type arguments of type ScriptSourceModifier and TypeMethodDescriptionAwk.compile(List<ScriptSource> scripts) Compiles a list of script sources into an immutable AWK program that can be executed by theAVMruntime.Awk.compile(List<ScriptSource> scripts, boolean disableOptimizeParam) Compiles a list of script sources into an immutable AWK program that can be executed by theAVMruntime.SandboxedAwk.compile(List<ScriptSource> scripts, boolean disableOptimizeParam) -
Uses of ScriptSource in io.jawk.frontend
Methods in io.jawk.frontend with parameters of type ScriptSourceModifier and TypeMethodDescriptionAwkParser.parseExpression(ScriptSource expressionSource) Parse a single AWK expression and return the corresponding AST.Method parameters in io.jawk.frontend with type arguments of type ScriptSourceModifier and TypeMethodDescriptionAwkParser.parse(List<ScriptSource> localScriptSources) Parse the script streamed by script_reader. -
Uses of ScriptSource in io.jawk.util
Subclasses of ScriptSource in io.jawk.utilModifier and TypeClassDescriptionclassRepresents one AWK-script file content source.