Calculator

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Enums

State
enum State
Undocumented in source.

Functions

calculate
void calculate()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
pushNumber
void pushNumber(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
pushOperator
void pushOperator(Operator op)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

result
result [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_currentNumber
long _currentNumber;
Undocumented in source.
_op
Operator _op;
Undocumented in source.
_stackedNumber
long _stackedNumber;
Undocumented in source.
_status
State _status;
Undocumented in source.

Meta