Modifier and Type | Field and Description |
---|---|
private byte |
defv |
private byte[] |
stack |
private int |
top |
Constructor and Description |
---|
TypeStack(int depth,
byte defv) |
TypeStack(TypeStack other) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
clear() |
(package private) int |
depth() |
(package private) byte |
peek() |
(package private) byte |
pop() |
(package private) void |
pop(int n) |
(package private) void |
push(byte v) |
(package private) byte[] |
snapshot() |