Uses of Class
org.sentrysoftware.jawk.intermediate.AwkTuples
Packages that use AwkTuples
Package
Description
-
Uses of AwkTuples in org.sentrysoftware.jawk.backend
Methods in org.sentrysoftware.jawk.backend with parameters of type AwkTuplesModifier and TypeMethodDescriptionvoid
Traverse the tuples, interpreting tuple opcodes and arguments and acting on them accordingly.void
Traverse the tuples, interpreting tuple opcodes and arguments and acting on them accordingly. -
Uses of AwkTuples in org.sentrysoftware.jawk.frontend
Methods in org.sentrysoftware.jawk.frontend with parameters of type AwkTuplesModifier and TypeMethodDescriptionvoid
AwkParser.populateGlobalVariableNameToOffsetMappings
(AwkTuples tuples) Adds {var_name -> 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.int
AwkSyntaxTree.populateTuples
(AwkTuples tuples) Appends tuples to the AwkTuples list for this abstract syntax tree node. -
Uses of AwkTuples in org.sentrysoftware.jawk.intermediate
Methods in org.sentrysoftware.jawk.intermediate that return AwkTuples