compiler.syntax.nonTerminal
Class ProgramModule

java.lang.Object
  extended by compiler.syntax.nonTerminal.ProgramModule

public class ProgramModule
extends java.lang.Object

Clase que representa al no terminal programModule. No han de modificarse los métodos proporcionados. El estudiante puede aádir otros si lo cree conveniente


Constructor Summary
ProgramModule()
          Constructor for ProgramModule.
 
Method Summary
 java.util.List getIntermediateCode()
          Returns the code.
 void setIntermediateCode(java.util.List intermediateCode)
          Sets The code.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgramModule

public ProgramModule()
Constructor for ProgramModule.

Method Detail

getIntermediateCode

public java.util.List getIntermediateCode()
Returns the code.

Returns:
Returns the code.

setIntermediateCode

public void setIntermediateCode(java.util.List intermediateCode)
Sets The code.

Parameters:
code - The code to set.