|
||||||||||
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.TClauseSets
public class TClauseSets
La classe TClauseSets contient les informations relatives à la
clause de type sets.
Syntaxe B:
"SETS" liste de TDefEnsemble
TClause
Constructor Summary | |
---|---|
TClauseSets()
constructeurs |
|
TClauseSets(java.util.Vector<TDefEnsemble> liste)
|
Method Summary | |
---|---|
void |
Afficher(java.io.Writer f)
affiche la clause sets |
tatibouet.bparser.Noeud |
ConstruireNoeud()
construit un Noeud à partir d'une clause Sets |
java.util.Vector<TDefEnsemble> |
DonnerSets()
|
void |
RangerSets(java.util.Vector<TDefEnsemble> x)
initialisation de l'attribut Sets |
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 TClauseSets()
public TClauseSets(java.util.Vector<TDefEnsemble> liste)
Method Detail |
---|
public void RangerSets(java.util.Vector<TDefEnsemble> x)
public java.util.Vector<TDefEnsemble> DonnerSets()
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 |