org.apache.bcel.generic
Class ConversionInstruction
- Cloneable, Serializable, StackConsumer, StackProducer, TypedInstruction
public abstract class ConversionInstruction
Super class for the x2y family of instructions.
$Id: ConversionInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
accept , className , consumeStack , copy , dispose , dump , equals , getComparator , getLength , getName , getOpcode , initFromFile , produceStack , readInstruction , setComparator , setOpcode , toString , toString , toString |
ConversionInstruction
(package private) ConversionInstruction()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
ConversionInstruction
protected ConversionInstruction(short opcode)
opcode
- opcode of instruction