|
||||||||||
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.TClauseConcreteVariables
public class TClauseConcreteVariables
La classe TClauseConcreteVariables contient les informations relatives à la
clause de type concrete_variables.
Syntaxe B:
"CONCRETE_VARIABLES" liste de TExprIdentificateur
TClause
Constructor Summary | |
---|---|
TClauseConcreteVariables()
constructeur non initialisant |
|
TClauseConcreteVariables(java.util.Vector<TExprIdentificateur> liste)
constructeur initialisant |
Method Summary | |
---|---|
void |
Afficher(java.io.Writer f)
affichage de la clause CONCRETE_VARIABLES sans présentation |
tatibouet.bparser.Noeud |
ConstruireNoeud()
construit un Noeud à partir d'une clause ConcreteVariables |
java.util.Vector<TExprIdentificateur> |
DonnerConcreteVariables()
|
void |
RangerConcreteVariables(java.util.Vector<TExprIdentificateur> x)
initialisation de l'attribut ConcreteVariables |
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 TClauseConcreteVariables()
public TClauseConcreteVariables(java.util.Vector<TExprIdentificateur> liste)
Method Detail |
---|
public void RangerConcreteVariables(java.util.Vector<TExprIdentificateur> x)
public java.util.Vector<TExprIdentificateur> DonnerConcreteVariables()
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 |