Package org.sentrysoftware.jawk.backend
Interface AwkInterpreter
- All Known Implementing Classes:
AVM
public interface AwkInterpreter
Interpret a Jawk script within this JVM.
- Author:
- Danny Daglas
-
Method Summary
-
Method Details
-
interpret
Traverse the tuples, interpreting tuple opcodes and arguments and acting on them accordingly.- Parameters:
tuples
- The tuples to compile.- Throws:
ExitException
- indicates that the interpreter would like the application to exit.IOException
- in case of I/O problems (with getline typically)
-