|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbob.elementB.TElementB
bob.composant.TClause
bob.composant.TClauseExtends
public class TClauseExtends
La classe TClauseExtends contient les informations relatives à la
clause de type extends.
Syntaxe B:
"EXTENDS" liste de TInstanceComp
TClause
Constructor Summary | |
---|---|
TClauseExtends()
constructeur non initialisant |
|
TClauseExtends(java.util.Vector<TInstanceComp> liste)
constructeur non initialisant |
Method Summary | |
---|---|
void |
Afficher(java.io.Writer f)
affiche la clause Extends |
tatibouet.bparser.Noeud |
ConstruireNoeud()
construit un Noeud à partir d'une clause extends |
java.util.Vector<TInstanceComp> |
DonnerExtends()
|
void |
RangerExtends(java.util.Vector<TInstanceComp> x)
initialisation de l'attribut Extends |
Methods inherited from class bob.elementB.TElementB |
---|
Afficher, Dupliquer, ListeDesNomsLibres, Remplacer, RemplacerMultiple |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TClauseExtends()
public TClauseExtends(java.util.Vector<TInstanceComp> liste)
Method Detail |
---|
public void RangerExtends(java.util.Vector<TInstanceComp> x)
public java.util.Vector<TInstanceComp> DonnerExtends()
public void Afficher(java.io.Writer f) throws java.io.IOException, java.io.FileNotFoundException
Afficher
in class TElementB
f
- Flux de sortie: fichier de type FileWriter
ou terminal(new PrintWriter(System.out)).
java.io.IOException
java.io.FileNotFoundException
public tatibouet.bparser.Noeud ConstruireNoeud()
ConstruireNoeud
in class TElementB
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |