bcel API: Class StackInstruction
org.apache.bcel.generic
Class StackInstruction
java.lang.Object
|
+--org.apache.bcel.generic.Instruction
|
+--org.apache.bcel.generic.StackInstruction
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- DUP, DUP_X1, DUP_X2, DUP2, DUP2_X1, DUP2_X2, POP, POP2, SWAP
- public abstract class StackInstruction
- extends Instruction
Super class for stack operations like DUP and POP.
- Version:
- $Id: StackInstruction.java,v 1.1.1.1 2001/10/29 20:00:27 jvanzyl Exp $
- Author:
- M. Dahm
- See Also:
- Serialized Form
Methods inherited from class org.apache.bcel.generic.Instruction |
accept, consumeStack, copy, dump, getLength, getOpcode, initFromFile, produceStack, readInstruction, toString, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StackInstruction
protected StackInstruction(short opcode)
- Parameters:
opcode
- instruction opcode
getType
public Type getType(ConstantPoolGen cp)
- Returns:
- Type.UNKNOWN