|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbob.elementB.TElementB
bob.expression.TExpression
public abstract class TExpression
La classe TExpression contient les informations communes à tous les types d'expression.
TElementB
Constructor Summary | |
---|---|
TExpression()
|
Method Summary | |
---|---|
boolean |
EstSyntaxEgal(TExpression e)
Méthode de Didier Bert (3 septembre 2002). |
TExpression |
Simplifier()
Simplifie une expression. |
Methods inherited from class bob.elementB.TElementB |
---|
Afficher, Afficher, ConstruireNoeud, 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 TExpression()
Method Detail |
---|
public TExpression Simplifier()
public boolean EstSyntaxEgal(TExpression e)
Sous-classes redéfinies : TExprEnsVide, TExprEntierLitt, TExprIdentificateur, TExprOpUnaire, TExprOpBinaire, TExprParenthese, TExprEvalFonc, TExprBoolLitt, TExprBoolPred, ExprChaineLitt.
e
- l'expression dont on cherche à savoir si elle
est syntaxiquement égale à l'objet this.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |