org.apache.bcel.generic

Class ConversionInstruction

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

Super class for the x2y family of instructions.
Constructor Summary
protected ConversionInstruction(short opcode)
Method Summary
TypegetType(ConstantPoolGen cp)

Constructor Detail

ConversionInstruction

protected ConversionInstruction(short opcode)

Parameters: opcode opcode of instruction

Method Detail

getType

public Type getType(ConstantPoolGen cp)

Returns: type associated with the instruction