org.apache.bcel.generic
Class ArithmeticInstruction
- Cloneable, Serializable, StackConsumer, StackProducer, TypedInstruction
public abstract class ArithmeticInstruction
Super class for the family of arithmetic instructions.
$Id: ArithmeticInstruction.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 |
ArithmeticInstruction
(package private) ArithmeticInstruction()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
ArithmeticInstruction
protected ArithmeticInstruction(short opcode)