org.jawk.intermediate
Interface PositionForCompilation

All Superinterfaces:
Position

public interface PositionForCompilation
extends 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.


Method Summary
 int index()
           
 
Methods inherited from interface org.jawk.intermediate.Position
addressArg, arg, boolArg, classArg, intArg, isEOF, lineNumber, next, opcode
 

Method Detail

index

int index()