|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcompiler.code.ENS2001Environment
public class ENS2001Environment
Clase que representa el entorno de ejecución del ensamblador ENS2001 El estudiante ha de implementar el método translate
Constructor Summary | |
---|---|
ENS2001Environment()
Constructor for ENS2001Environment. |
Method Summary | |
---|---|
java.lang.String |
translate(CuadrupleIF cuadruple)
Translate the intermediate code operation into a final code operation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ENS2001Environment()
Method Detail |
---|
public java.lang.String translate(CuadrupleIF cuadruple)
translate
in interface ExecutionEnvironmentIF
operation
- The intermediate code operation to translate.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |