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.

Author:
Danny Daglas
  • Method Details

    • index

      int index()

      index.

      Returns:
      a int