|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbob.constantes.TOperateur
bob.constantes.TOpBinaire
bob.constantes.TOpSequence
public class TOpSequence
La classe TOpSequence contient les informations sur les opérateurs s'appliquant sur les expressions de séquences.
TOpBinaire
,
TExprOpBinaire
Field Summary | |
---|---|
static TOpSequence |
CONCATENATION
Opérateur "concaténation" (^) |
static TOpSequence |
INSERT_DROITE
Opérateur "insertion à droite" (<-) |
static TOpSequence |
INSERT_GAUCHE
Opérateur "insertion à gauche" (->) |
static TOpSequence |
RESTRICT_BAS_HAUT
Opérateur "restriction du bas vers le haut" (/|\) |
static TOpSequence |
RESTRICT_HAUT_BAS
Opérateur "restriction du haut vers le bas" (\|/) |
Constructor Summary | |
---|---|
TOpSequence()
|
Method Summary | |
---|---|
void |
Afficher(java.io.Writer flux_sortie)
Affiche un opérateur de séquence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TOpSequence CONCATENATION
public static final TOpSequence INSERT_GAUCHE
public static final TOpSequence INSERT_DROITE
public static final TOpSequence RESTRICT_BAS_HAUT
public static final TOpSequence RESTRICT_HAUT_BAS
Constructor Detail |
---|
public TOpSequence()
Method Detail |
---|
public void Afficher(java.io.Writer flux_sortie) throws java.io.IOException, java.io.FileNotFoundException
Afficher
in class TOperateur
flux_sortie
- Flux de sortie: fichier de type Writer ou terminal(new PrintWriter(System.out)).
java.io.IOException
java.io.FileNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |