|
||||||||||
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.TOpArithm
public class TOpArithm
La classe TOpArithm contient les informations sur les opérateurs arithmétiques.
TOpBinaire
,
TExprOpBinaire
Field Summary | |
---|---|
static TOpArithm |
DIVISE
Opérateur "divisé par" (quotient de la division entière) (/) |
static TOpArithm |
EGAL
Opérateur "égal" (=). |
static TOpArithm |
MODULO
Opérateur "modulo" (reste de la division entière) (mod) |
static TOpArithm |
MOINS
Opérateur "moins" (-) |
static TOpArithm |
MULTIPLIE
Opérateur "multiplié par" (*) |
static TOpArithm |
PLUS
Opérateur "plus" (+) |
static TOpArithm |
PUISSANCE
Opérateur "puissance de" (**) |
Constructor Summary | |
---|---|
TOpArithm()
|
Method Summary | |
---|---|
void |
Afficher(java.io.Writer flux_sortie)
Affiche un opérateur arithmétique. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TOpArithm EGAL
public static final TOpArithm PLUS
public static final TOpArithm MOINS
public static final TOpArithm MULTIPLIE
public static final TOpArithm DIVISE
public static final TOpArithm MODULO
public static final TOpArithm PUISSANCE
Constructor Detail |
---|
public TOpArithm()
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 |