public abstract class ArithmeticInstruction extends Instruction implements TypedInstruction, StackProducer, StackConsumer
length, opcode| Modifier | Constructor and Description |
|---|---|
(package private) |
ArithmeticInstruction()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
|
protected |
ArithmeticInstruction(short opcode) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getType(ConstantPoolGen cp) |
accept, consumeStack, copy, dispose, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitproduceStackconsumeStackArithmeticInstruction()
protected ArithmeticInstruction(short opcode)
opcode - of instructionpublic Type getType(ConstantPoolGen cp)
getType in interface TypedInstruction