org.apache.bcel.generic

Class ArithmeticInstruction

public abstract class ArithmeticInstruction extends Instruction implements TypedInstruction, StackProducer, StackConsumer

Super class for the family of arithmetic instructions.

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

Author: M. Dahm

Constructor Summary
protected ArithmeticInstruction(short opcode)
Method Summary
TypegetType(ConstantPoolGen cp)

Constructor Detail

ArithmeticInstruction

protected ArithmeticInstruction(short opcode)

Parameters: opcode of instruction

Method Detail

getType

public Type getType(ConstantPoolGen cp)

Returns: type associated with the instruction