java.io.Serializable
, java.lang.Cloneable
, StackConsumer
, StackProducer
, TypedInstruction
DADD
, DDIV
, DMUL
, DNEG
, DREM
, DSUB
, FADD
, FDIV
, FMUL
, FNEG
, FREM
, FSUB
, IADD
, IAND
, IDIV
, IMUL
, INEG
, IOR
, IREM
, ISHL
, ISHR
, ISUB
, IUSHR
, IXOR
, LADD
, LAND
, LDIV
, LMUL
, LNEG
, LOR
, LREM
, LSHL
, LSHR
, LSUB
, LUSHR
, LXOR
public abstract class ArithmeticInstruction extends Instruction implements TypedInstruction, StackProducer, StackConsumer
length, opcode
Modifier | Constructor | Description |
---|---|---|
protected |
ArithmeticInstruction(short opcode) |
Modifier and Type | Method | Description |
---|---|---|
Type |
getType(ConstantPoolGen cp) |
accept, consumeStack, copy, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
consumeStack
produceStack
protected ArithmeticInstruction(short opcode)
opcode
- of instructionpublic Type getType(ConstantPoolGen cp)
getType
in interface TypedInstruction