|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectProjetCompil.Global.Src3.Etiq
public class Etiq
Classe des étiquettes de la machine abstraite.
Method Summary | |
---|---|
static Etiq |
lEtiq(java.lang.String chaine)
Renvoie l'étiquette de chaîne spécifiée, si celle-ci a déjà été créée, sinon crée cette étiquette et la renvoie. |
static Etiq |
nouvelle(java.lang.String chaine)
Renvoie une étiquette ayant la chaîne (chaine + "." + n) où n est incrémenté à chaque appel de cette méthode. |
java.lang.String |
toString()
La chaîne de caractères qui correspond à cette étiquette. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static Etiq lEtiq(java.lang.String chaine)
public static Etiq nouvelle(java.lang.String chaine)
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 |