|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.sc3d.apt.sss.v3.Calculator.Expression
public abstract static class Calculator.Expression
The data structure that represents an arithmetic expression. Instances are immutable.
| Constructor Summary | |
|---|---|
Calculator.Expression()
|
|
| Method Summary | |
|---|---|
abstract java.math.BigInteger |
evaluate()
Calculates and returns the value of this Expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Calculator.Expression()
| Method Detail |
|---|
public abstract java.math.BigInteger evaluate()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||