Uses of Class
io.jawk.intermediate.Tuple
Packages that use Tuple
-
Uses of Tuple in io.jawk.intermediate
Subclasses of Tuple in io.jawk.intermediateModifier and TypeClassDescriptionstatic classTuple for an address operand.static final classTuple for boolean operands.static final classTuple for JRT-managed built-in variable operations.static final classTuple for function calls.static final classTuple for a class check.static final classTuple for array compound assignments.static final classTuple for input-field compound assignments.static final classTuple for stack-provided map element compound assignments.static final classTuple for scalar compound assignments.static final classTuple for print/printf redirection with an append flag.static classTuple for opcodes whose single operand is a count.static final classTuple for variable dereference.static final classTuple for extension function invocations.static final classTuple for function definitions.static final classTuple for a constant input-field index.static classTuple for a long operand that is not interpreted by the tuple itself.static classTuple for opcodes without operands.static final classTuple for a double literal.static final classTuple for a long literal.static final classTuple for a string literal.static final classTuple for a precompiled literal regular expression.static final classTuple for sub/gsub against variable-backed values.static classTuple for variable offset/global operands.Methods in io.jawk.intermediate that return TupleMethod parameters in io.jawk.intermediate with type arguments of type TupleModifier and TypeMethodDescriptionvoidvoidResolves deferred operands and validates resolved addresses.Constructor parameters in io.jawk.intermediate with type arguments of type TupleModifierConstructorDescriptionPositionTracker(List<Tuple> queue) Creates a tracker positioned at the first tuple in the queue.