Uses of Class
org.sentrysoftware.jawk.intermediate.AwkTuples
Package
Description
-
Uses of AwkTuples in org.sentrysoftware.jawk.backend
Modifier 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
Modifier 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