|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbob.constantes.TOperateur
bob.constantes.TOpUnaire
public class TOpUnaire
La classe TOpUnaire contient les informations sur les opérateurs unaires. Contient le moins arithmétique et l'inverse d'une relation.
TOperateur
,
TExprOpUnaire
Field Summary | |
---|---|
static TOpUnaire |
INVERSE
Opérateur unaire "inverse" (~) |
static TOpUnaire |
MOINS
Opérateur unaire "opposé" (-) |
Constructor Summary | |
---|---|
TOpUnaire()
|
Method Summary | |
---|---|
void |
Afficher(java.io.Writer flux_sortie)
Affiche un opérateur unaire. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TOpUnaire MOINS
public static final TOpUnaire INVERSE
Constructor Detail |
---|
public TOpUnaire()
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 FileWriter 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 |