java.lang.Object
com.memoire.fdcalc.Composant
com.memoire.fdcalc.Expression
com.memoire.fdcalc.Liste
com.memoire.fdcalc.CalculSimple
- public class CalculSimple
- extends Liste
| Fields inherited from class com.memoire.fdcalc.Liste |
ANS, COS, DEG, degre_, EXP, fin_, LISTE, liste_, LN, r_, RAD, SIMPLE, SIN, TAN |
| 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 |
parentheses_
protected boolean parentheses_
CalculSimple
public CalculSimple()
CalculSimple
public CalculSimple(boolean _parentheses)
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