|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PositionForCompilation
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 |
---|
int index()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |