PopInstruction
, StackConsumer
public class POP extends StackInstruction implements PopInstruction
Stack: ..., word -> ...
length, opcode
Constructor | Description |
---|---|
POP() |
Modifier and Type | Method | Description |
---|---|---|
void |
accept(Visitor v) |
Call corresponding visitor method(s).
|
consumeStack, copy, dump, equals, getComparator, getLength, getName, getOpcode, hashCode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
consumeStack
getType
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object