Interface PositionForCompilation
- All Superinterfaces:
Position
An interface to a tuple position for compilation.
This is differentiated from a position interface for interpretation because compilation requires linear access (i.e., non-jumps) to the tuple list, while interpretation requires this as well as jump capability.
- Author:
- Danny Daglas
-
Method Summary
Methods inherited from interface org.sentrysoftware.jawk.intermediate.Position
addressArg, arg, boolArg, classArg, intArg, isEOF, lineNumber, next, opcode
-
Method Details
-
index
int index()index.
- Returns:
- a int
-