org.apache.bcel.generic
public abstract class StackInstruction extends Instruction
length, opcode
Modifier | Constructor and Description |
---|---|
(package private) |
StackInstruction()
Empty constructor needed for the Class.newInstance() statement in
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, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toString
StackInstruction()
protected StackInstruction(short opcode)
opcode
- instruction opcodepublic Type getType(ConstantPoolGen cp)