Uses of Class
io.jawk.intermediate.AwkTuples
Packages that use AwkTuples
-
Uses of AwkTuples in io.jawk
Modifier and TypeClassDescriptionclassPublic view of a compiled AWK expression.classPublic view of a compiled AWK program. -
Uses of AwkTuples in io.jawk.frontend
Methods in io.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 io.jawk.intermediate
Subclasses of AwkTuples in io.jawk.intermediateModifier and TypeClassDescriptionclassVariant ofAwkTuplesthat rejects tuple generation for operations not permitted in sandbox mode.Methods in io.jawk.intermediate that return AwkTuples