|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEmulator.Global.Program
public class Program
********************** Created By: Yuval Tzur Date: 15/12/12 Time: 14:36 Description: The Program class defines a whole program that needs to be loaded to the memory. ***********************
Constructor Summary | |
---|---|
Program()
|
Method Summary | |
---|---|
void |
addLine(ProgramLine programLine)
|
void |
clear()
|
ProgramLine[] |
getLines()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Program()
Method Detail |
---|
public void addLine(ProgramLine programLine)
public ProgramLine[] getLines()
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |