bob.composant
Class TClauseProperties

java.lang.Object
  extended by bob.elementB.TElementB
      extended by bob.composant.TClause
          extended by bob.composant.TClauseProperties

public class TClauseProperties
extends TClause

La classe TClauseProperties contient les informations relatives à la clause de type properties.

Syntaxe B:

"PROPERTIES" TPredicat

Version:
1.0 du 25/07/2001
Author:
Aymeric CALLENDRIER
See Also:
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

TClauseProperties

public TClauseProperties()
constructeusr


TClauseProperties

public TClauseProperties(TPredicat p)
Method Detail

RangerProperties

public void RangerProperties(TPredicat x)
initialisation de l'attribut Properties


DonnerProperties

public TPredicat DonnerProperties()
Returns:
un prédicat

Afficher

public void Afficher(java.io.Writer f)
              throws java.io.IOException,
                     java.io.FileNotFoundException
affiche la clause properties

Overrides:
Afficher in class TElementB
Parameters:
f - Flux de sortie: fichier de type FileWriter ou terminal(new PrintWriter(System.out)).
Throws:
java.io.IOException
java.io.FileNotFoundException

ConstruireNoeud

public tatibouet.bparser.Noeud ConstruireNoeud()
construit un Noeud à partir d'une clause properties

Overrides:
ConstruireNoeud in class TElementB
Returns:
Noeud


Copyright OB.