|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbob.composant.TEnteteOp
public class TEnteteOp
La classe TEnteteOp contient les informations générales sur les entetes d'une
opération.
Syntaxe B:
liste de TExprIdentificateur <- TExprIdentificateur(liste de TExprIdentificateur)
TOperation
Constructor Summary | |
---|---|
TEnteteOp()
Constructeurs |
|
TEnteteOp(TExprIdentificateur n,
java.util.Vector<TExprIdentificateur> pe,
java.util.Vector<TExprIdentificateur> ps)
|
Method Summary | |
---|---|
void |
Afficher(java.io.Writer f)
affiche l'entete d'une opération |
tatibouet.bparser.Noeud |
ConstruireNoeud()
|
TExprIdentificateur |
DonnerName()
|
java.util.Vector<TExprIdentificateur> |
DonnerParamEntrant()
|
java.util.Vector<TExprIdentificateur> |
DonnerParamSortant()
|
void |
RangerName(TExprIdentificateur x)
initialisation de l'attribut Name |
void |
RangerParamEntrant(java.util.Vector<TExprIdentificateur> x)
initialisation de l'attribut ParamEntrant |
void |
RangerParamSortant(java.util.Vector<TExprIdentificateur> x)
initialisation de l'attribut ParamSortant |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TEnteteOp()
public TEnteteOp(TExprIdentificateur n, java.util.Vector<TExprIdentificateur> pe, java.util.Vector<TExprIdentificateur> ps)
Method Detail |
---|
public void RangerName(TExprIdentificateur x)
public void RangerParamEntrant(java.util.Vector<TExprIdentificateur> x)
public void RangerParamSortant(java.util.Vector<TExprIdentificateur> x)
public TExprIdentificateur DonnerName()
public java.util.Vector<TExprIdentificateur> DonnerParamEntrant()
public java.util.Vector<TExprIdentificateur> DonnerParamSortant()
public void Afficher(java.io.Writer f) throws java.io.IOException, java.io.FileNotFoundException
java.io.IOException
java.io.FileNotFoundException
public tatibouet.bparser.Noeud ConstruireNoeud()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |