Uses of Class
org.metricshub.jawk.intermediate.AwkTuples
Packages that use AwkTuples
Package
Description
-
Uses of AwkTuples in org.metricshub.jawk
Methods in org.metricshub.jawk that return AwkTuplesModifier and TypeMethodDescriptionCompiles the specified AWK script and returns the intermediate representation asAwkTuples.Compiles the specified AWK script and returns the intermediate representation asAwkTuples.Awk.compile(List<ScriptSource> scripts) Awk.compileForEval(String expression) Compile an expression to evaluate (not a full script).Cli.getPrecompiledTuples()Returns the precompiled tuples loaded via the-Loption, if any.Methods in org.metricshub.jawk with parameters of type AwkTuplesModifier and TypeMethodDescriptionEvaluates the specified AWK tuples, i.e. the result of the execution of the TERNARY_EXPRESSION AST (the value that has been pushed in the stack).voidAwk.invoke(AwkTuples tuples, AwkSettings settings) Interprets the specified precompiledAwkTuplesusing the providedAwkSettings. -
Uses of AwkTuples in org.metricshub.jawk.backend
Methods in org.metricshub.jawk.backend with parameters of type AwkTuples -
Uses of AwkTuples in org.metricshub.jawk.frontend
Methods in org.metricshub.jawk.frontend with parameters of type AwkTuplesModifier and TypeMethodDescriptionvoidAwkParser.populateGlobalVariableNameToOffsetMappings(AwkTuples tuples) Adds {varName -> offset} mappings to the tuples so that global variables can be set by the interpreter while processing filename and name=value entries from the command-line.abstract intAstNode.populateTuples(AwkTuples tuples) Appends tuples to the AwkTuples list for this abstract syntax tree node. -
Uses of AwkTuples in org.metricshub.jawk.intermediate
Subclasses of AwkTuples in org.metricshub.jawk.intermediateModifier and TypeClassDescriptionclassVariant ofAwkTuplesthat rejects tuple generation for operations not permitted in sandbox mode.Methods in org.metricshub.jawk.intermediate that return AwkTuples