|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbob.composant.TEnteteComp
public class TEnteteComp
La classe TEnteteComp contient les informations générales sur l'entete d'un
composant.
Syntaxe B:
TExprIdentificateur(liste de TExprIdentificateur)
TComposant
Constructor Summary | |
---|---|
TEnteteComp()
Constructeurs |
|
TEnteteComp(TExprIdentificateur n,
java.util.Vector<TExprIdentificateur> p)
|
Method Summary | |
---|---|
void |
Afficher(java.io.Writer f)
affiche l'entete du composant |
tatibouet.bparser.Noeud |
ConstruireNoeud()
|
TExprIdentificateur |
DonnerName()
|
java.util.Vector<TExprIdentificateur> |
DonnerParam()
|
void |
RangerName(TExprIdentificateur x)
initialisation du nom du composant |
void |
RangerParam(java.util.Vector<TExprIdentificateur> x)
initialisation de la liste de paramètres |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TEnteteComp()
public TEnteteComp(TExprIdentificateur n, java.util.Vector<TExprIdentificateur> p)
Method Detail |
---|
public void RangerName(TExprIdentificateur x)
public void RangerParam(java.util.Vector<TExprIdentificateur> x)
public TExprIdentificateur DonnerName()
public java.util.Vector<TExprIdentificateur> DonnerParam()
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 |