Package io.jawk.intermediate
Class Tuple.InputFieldTuple
java.lang.Object
io.jawk.intermediate.Tuple
io.jawk.intermediate.Tuple.LongTuple
io.jawk.intermediate.Tuple.InputFieldTuple
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Tuple
Tuple for a constant input-field index.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jawk.intermediate.Tuple
Tuple.AddressTuple, Tuple.BooleanTuple, Tuple.BuiltinVarTuple, Tuple.CallFunctionTuple, Tuple.ClassTuple, Tuple.CompoundAssignArrayTuple, Tuple.CompoundAssignInputFieldTuple, Tuple.CompoundAssignMapElementTuple, Tuple.CompoundAssignTuple, Tuple.CountAndAppendTuple, Tuple.CountTuple, Tuple.DereferenceTuple, Tuple.ExtensionTuple, Tuple.FunctionTuple, Tuple.InputFieldTuple, Tuple.LongTuple, Tuple.NoOperandTuple, Tuple.PushDoubleTuple, Tuple.PushLongTuple, Tuple.PushStringTuple, Tuple.RegexTuple, Tuple.SubstitutionVariableTuple, Tuple.VariableTuple -
Method Summary
Methods inherited from class io.jawk.intermediate.Tuple.LongTuple
getValue, toStringMethods inherited from class io.jawk.intermediate.Tuple
getAddress, getLineNumber, getOpcode, touch
-
Method Details
-
getFieldIndex
public long getFieldIndex()Returns the constant input-field index.- Returns:
- input-field index
-