public class InstructionStack extends Stack<Object>
| Modifier and Type | Class and Description |
|---|---|
class |
InstructionStack.InstructionStackWrongTypeException |
capacityIncrement, elementCount, elementDatamodCount| Constructor and Description |
|---|
InstructionStack() |
| Modifier and Type | Method and Description |
|---|---|
Byte |
popEint8() |
Float |
popF26Dot6() |
Integer |
popInt32() |
Number |
popNumber() |
Long |
popUint32() |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, streampublic Long popUint32() throws IOException
IOExceptionpublic Integer popInt32() throws IOException
IOExceptionpublic Float popF26Dot6() throws IOException
IOExceptionpublic Byte popEint8() throws IOException
IOExceptionpublic Number popNumber() throws IOException
IOExceptionCopyright © 2018. All rights reserved.