bob.constantes
Class TOperateur

java.lang.Object
  extended by bob.constantes.TOperateur
Direct Known Subclasses:
TNatureComposant, TOpBinaire, TOpQuantif, TOpUnaire

public abstract class TOperateur
extends java.lang.Object

La classe TOperateur généralise les opérateurs.

Version:
1.0 du 13/06/2001
Author:
Frédéric Chatel

Constructor Summary
TOperateur()
           
 
Method Summary
 void Afficher(java.io.Writer flux_sortie)
          Affiche un opérateur quelconque.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TOperateur

public TOperateur()
Method Detail

Afficher

public void Afficher(java.io.Writer flux_sortie)
              throws java.io.IOException,
                     java.io.FileNotFoundException
Affiche un opérateur quelconque.

Parameters:
flux_sortie - Flux de sortie: fichier de type Writer ou terminal(new PrintWriter(System.out)).
Throws:
java.io.IOException
java.io.FileNotFoundException


Copyright OB.