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