public abstract class StackInstruction extends Instruction
length, opcode| Modifier | Constructor and Description |
|---|---|
(package private) |
StackInstruction()
Empty constructor needed for Instruction.readInstruction.
|
protected |
StackInstruction(short opcode) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getType(ConstantPoolGen cp) |
accept, consumeStack, copy, dispose, dump, equals, getComparator, getLength, getName, getOpcode, hashCode, initFromFile, isValidByte, isValidShort, produceStack, readInstruction, setComparator, setLength, setOpcode, toString, toString, toStringStackInstruction()
protected StackInstruction(short opcode)
opcode - instruction opcodepublic Type getType(ConstantPoolGen cp)