|
||||||||||
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.TClauseProperties
public class TClauseProperties
La classe TClauseProperties contient les informations relatives à la
clause de type properties.
Syntaxe B:
"PROPERTIES" TPredicat
TClause
Constructor Summary | |
---|---|
TClauseProperties()
constructeusr |
|
TClauseProperties(TPredicat p)
|
Method Summary | |
---|---|
void |
Afficher(java.io.Writer f)
affiche la clause properties |
tatibouet.bparser.Noeud |
ConstruireNoeud()
construit un Noeud à partir d'une clause properties |
TPredicat |
DonnerProperties()
|
void |
RangerProperties(TPredicat x)
initialisation de l'attribut Properties |
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 TClauseProperties()
public TClauseProperties(TPredicat p)
Method Detail |
---|
public void RangerProperties(TPredicat x)
public TPredicat DonnerProperties()
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 |