Uses of Class
org.metricshub.jawk.util.ScriptSource
Packages that use ScriptSource
-
Uses of ScriptSource in org.metricshub.jawk
Methods in org.metricshub.jawk that return types with arguments of type ScriptSourceModifier and TypeMethodDescriptionCli.getScriptSources()Returns the list of script sources specified on the command line.Methods in org.metricshub.jawk with parameters of type ScriptSourceModifier and TypeMethodDescriptionvoidAwk.invoke(ScriptSource script, AwkSettings settings) Compiles and invokes a singleScriptSourceusing the providedAwkSettings.Method parameters in org.metricshub.jawk with type arguments of type ScriptSourceModifier and TypeMethodDescriptionAwk.compile(List<ScriptSource> scripts) voidAwk.invoke(List<ScriptSource> scripts, AwkSettings settings) Compiles and invokes the specified list ofScriptSources using the providedAwkSettings. -
Uses of ScriptSource in org.metricshub.jawk.frontend
Methods in org.metricshub.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 org.metricshub.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 org.metricshub.jawk.util
Subclasses of ScriptSource in org.metricshub.jawk.utilModifier and TypeClassDescriptionclassRepresents one AWK-script file content source.