Class: com.sun.org.apache.bcel.internal.generic.ArithmeticInstruction
- public abstract class ArithmeticInstruction
- extends Instruction
- implements TypedInstruction, StackProducer, StackConsumer
Super class for the family of arithmetic instructions.
Inheritance
Superclass tree:- java.lang.Object
- com.sun.org.apache.bcel.internal.generic.Instruction
- com.sun.org.apache.bcel.internal.generic.ArithmeticInstruction
Methods
-
ArithmeticInstructiontop
ArithmeticInstruction()Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. -
ArithmeticInstructiontop
protected ArithmeticInstruction(short opcode) -
getTypetop
public Type getType(ConstantPoolGen cp)- Specified by:
- getType from TypedInstruction
