org.apache.bcel.generic

Class StackInstruction

public abstract class StackInstruction extends Instruction

Super class for stack operations like DUP and POP.

Version: $Id: StackInstruction.java 152690 2001-10-29 19:59:54Z jvanzyl $

Author: M. Dahm

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