org.apache.bcel.generic

Class StackInstruction

public abstract class StackInstruction extends Instruction

Super class for stack operations like DUP and POP.
Constructor Summary
protected StackInstruction(short opcode)
Method Summary
TypegetType(ConstantPoolGen cp)

Constructor Detail

StackInstruction

protected StackInstruction(short opcode)

Parameters: opcode instruction opcode

Method Detail

getType

public Type getType(ConstantPoolGen cp)

Returns: Type.UNKNOWN