es.uned.compiler.code
Interface ExecutionEnvironmentIF

All Known Implementing Classes:
ENS2001Environment

public interface ExecutionEnvironmentIF

Interfaz del entorno de ejecución


Method Summary
 java.lang.String translate(CuadrupleIF cuadruple)
          Translate the intermediate code operation into a final code operation.
 

Method Detail

translate

java.lang.String translate(CuadrupleIF cuadruple)
Translate the intermediate code operation into a final code operation.

Parameters:
operation - The intermediate code operation to translate.
Returns:
The translation of the intermediate code operation.