Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.fdcalc
Class Div  view Div download Div.java

java.lang.Object
  extended bycom.memoire.fdcalc.Composant
      extended bycom.memoire.fdcalc.Operateur
          extended bycom.memoire.fdcalc.Div

public final class Div
extends Operateur


Field Summary
 
Fields inherited from class com.memoire.fdcalc.Operateur
dNbr_, gNbr_, OP, priorite_, SDIV, SFOIS, SMOINS, SPLUS, SPUISS, SPUISSDIX
 
Constructor Summary
Div()
           
Div(Nombre _gNbr)
           
Div(Nombre _gNbr, Nombre _dNbr)
           
 
Method Summary
 Nombre evalue()
           
 java.lang.String retour()
           
 
Methods inherited from class com.memoire.fdcalc.Operateur
bon, defNbrD, defNbrG, egal, est, estDiv, estFois, estMoins, estPlus, estPuiss, estPuissDix, retNbrD, retNbrG, retournePriorite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Div

public Div()

Div

public Div(Nombre _gNbr)

Div

public Div(Nombre _gNbr,
           Nombre _dNbr)
Method Detail

retour

public final java.lang.String retour()
Specified by:
retour in class Composant

evalue

public final Nombre evalue()
                    throws ExceptionDeSyntaxe
Specified by:
evalue in class Composant