org.jawk.backend
Interface AwkInterpreter

All Known Implementing Classes:
AVM

public interface AwkInterpreter

Interpret a Jawk script within this JVM.


Method Summary
 int interpret(AwkTuples tuples)
          Traverse the tuples, interpreting tuple opcodes and arguments and acting on them accordingly.
 

Method Detail

interpret

int interpret(AwkTuples tuples)
Traverse the tuples, interpreting tuple opcodes and arguments and acting on them accordingly.

Parameters:
tuples - The tuples to compile.
Returns:
the exit code returned by the script.