java.lang.Object
Compil3r.BytecodeAnalysis.Bytecodes.Instruction
Compil3r.BytecodeAnalysis.Bytecodes.ArithmeticInstruction
- All Implemented Interfaces:
- Bytecodes.StackConsumer, Bytecodes.StackProducer, Bytecodes.TypedInstruction, java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- Bytecodes.DADD, Bytecodes.DDIV, Bytecodes.DMUL, Bytecodes.DNEG, Bytecodes.DREM, Bytecodes.DSUB, Bytecodes.FADD, Bytecodes.FDIV, Bytecodes.FMUL, Bytecodes.FNEG, Bytecodes.FREM, Bytecodes.FSUB, Bytecodes.IADD, Bytecodes.IAND, Bytecodes.IDIV, Bytecodes.IMUL, Bytecodes.INEG, Bytecodes.IOR, Bytecodes.IREM, Bytecodes.ISHL, Bytecodes.ISHR, Bytecodes.ISUB, Bytecodes.IUSHR, Bytecodes.IXOR, Bytecodes.LADD, Bytecodes.LAND, Bytecodes.LDIV, Bytecodes.LMUL, Bytecodes.LNEG, Bytecodes.LOR, Bytecodes.LREM, Bytecodes.LSHL, Bytecodes.LSHR, Bytecodes.LSUB, Bytecodes.LUSHR, Bytecodes.LXOR
- Enclosing class:
- Bytecodes
- public abstract static class Bytecodes.ArithmeticInstruction
- extends Bytecodes.Instruction
- implements Bytecodes.TypedInstruction, Bytecodes.StackProducer, Bytecodes.StackConsumer
| Methods inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction |
accept, consumeStack, copy, dispose, dump, getLength, getOpcode, initFromFile, produceStack, readInstruction, toString, toString |
Bytecodes.ArithmeticInstruction
Bytecodes.ArithmeticInstruction()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
Bytecodes.ArithmeticInstruction
protected Bytecodes.ArithmeticInstruction(short opcode)
getType
public Clazz.jq_Type getType()
- Specified by:
getType in interface Bytecodes.TypedInstruction