AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
(package private) static long |
serialVersionUID
Support for map serialization
|
Constructor and Description |
---|
VariableStacks() |
Modifier and Type | Method and Description |
---|---|
(package private) Operand |
peek(Register s)
Get the name at the top of the stack for a particular register
|
(package private) Operand |
pop(Register s)
Pop the name at the top of the stack for a particular register
|
(package private) void |
push(Register s,
Operand name)
Push a name at the top of the stack for a particular register
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
static final long serialVersionUID
VariableStacks()
Operand peek(Register s)
s
- the register in questionOperand pop(Register s)
s
- the register in question