|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectProjetCompil.Global.Src3.Ligne
public class Ligne
Classe des lignes de code de la machine abstraite. Une ligne de code est composée des éléments suivants :
Constructor Summary | |
---|---|
Ligne(Etiq etiq,
Inst inst,
java.lang.String comment)
Constructeur. |
Method Summary | |
---|---|
java.lang.String |
getComment()
Le commentaire de cette ligne. |
Etiq |
getEtiq()
L'étiquette de cette ligne. |
Inst |
getInst()
L'instruction de cette ligne. |
void |
setComment()
Modifie le commentaire de cette ligne. |
void |
setEtiq(Etiq etiq)
Modifie l'étiquette de cette ligne. |
void |
setInst(Inst inst)
Modifie l'instruction de cette ligne. |
java.lang.String |
toString()
La chaîne de caractères qui correspond à cette ligne. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Ligne(Etiq etiq, Inst inst, java.lang.String comment)
Method Detail |
---|
public Etiq getEtiq()
public Inst getInst()
public java.lang.String getComment()
public void setEtiq(Etiq etiq)
public void setInst(Inst inst)
public void setComment()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |