|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcompiler.syntax.nonTerminal.ProgramModule
public class ProgramModule
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 |
---|
public ProgramModule()
Method Detail |
---|
public java.util.List getIntermediateCode()
public void setIntermediateCode(java.util.List intermediateCode)
code
- The code to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |