Package | Description |
---|---|
org.rvpf.processor.engine.rpn |
RPN Engine.
|
org.rvpf.processor.engine.rpn.operation |
RPN operations.
|
Modifier and Type | Method and Description |
---|---|
Stack |
Task.getStack()
Gets the task's stack.
|
Stack |
Stack.mark()
Marks the stack.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.markChangedStack(Stack stack)
Informs that the mark has changed.
|
Modifier and Type | Method and Description |
---|---|
static BigDecimal |
BigDecimalOperations.popBigDecimalValue(Stack stack)
Pops the big decimal at the top of the stack.
|
static BigInteger |
BigIntegerOperations.popBigIntegerValue(Stack stack)
Pops the big integer at the top of the stack.
|
static BigRational |
BigRationalOperations.popBigRationalValue(Stack stack)
Pops the big rational at the top of the stack.
|
static Complex |
ComplexOperations.popComplexValue(Stack stack)
Pops the complex at the top of the stack.
|
static Rational |
RationalOperations.popRationalValue(Stack stack)
Pops the rational at the top of the stack.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.