Package | Description |
---|---|
org.rvpf.processor.engine.rpn |
RPN Engine.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
Stack.peek(Class<?> expectedClass)
Peeks at the top of this stack.
|
long |
Stack.peekLongValue()
Peeks at the long at the top of this stack.
|
Serializable |
Stack.pop(Class<?> expectedClass)
Pops the object at the top of this stack.
|
boolean |
Stack.popBooleanValue()
Pops the boolean at the top of this stack.
|
double |
Stack.popDoubleValue()
Pops the double at the top of this stack.
|
int |
Stack.popIntValue()
Pops the int at the top of this stack.
|
long |
Stack.popLongValue()
Pops the long at the top of this stack.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.