Class StackInstruction
java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.StackInstruction
- All Implemented Interfaces:
Serializable, Cloneable
Super class for stack operations like DUP and POP.
- See Also:
-
Field Summary
Fields inherited from class Instruction
length, opcode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Instruction
accept, consumeStack, copy, dump, equals, getComparator, getLength, getName, getOpcode, hashCode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toString
-
Constructor Details
-
StackInstruction
protected StackInstruction(short opcode) - Parameters:
opcode- instruction opcode
-
-
Method Details
-
getType
- Returns:
- Type.UNKNOWN
-