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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.memoire.fdcalc.Composant
      extended bycom.memoire.fdcalc.Expression
          extended bycom.memoire.fdcalc.Liste
              extended bycom.memoire.fdcalc.CalculSimple

public class CalculSimple
extends Liste


Field Summary
protected  boolean parentheses_
           
 
Fields inherited from class com.memoire.fdcalc.Liste
ANS, COS, DEG, degre_, EXP, fin_, LISTE, liste_, LN, r_, RAD, SIMPLE, SIN, TAN
 
Constructor Summary
CalculSimple()
           
CalculSimple(boolean _parentheses)
           
 
Method Summary
 Nombre evalue()
           
 void parentheses(boolean _parentheses)
           
 java.lang.String retour()
           
 
Methods inherited from class com.memoire.fdcalc.Liste
ajout, ajout, ajout, ajout, ajout, ajout, annuleFin, bon, calcul, changeTypeAngle, derEstListe, derEstNbr, derEstNbrS, efface, est, estAns, estCos, estExp, estExpr, estLn, estOp, estSimple, estSin, estTan, expr, fin, fin, op, ori, ori, retour, retourTypeAngle, stDer, supp, suppDer, taille
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parentheses_

protected boolean parentheses_
Constructor Detail

CalculSimple

public CalculSimple()

CalculSimple

public CalculSimple(boolean _parentheses)
Method Detail

parentheses

public final void parentheses(boolean _parentheses)

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