java.lang.Object
Compil3r.BytecodeAnalysis.Bytecodes.Instruction
Compil3r.BytecodeAnalysis.Bytecodes.ConversionInstruction
- All Implemented Interfaces:
- Bytecodes.StackConsumer, Bytecodes.StackProducer, Bytecodes.TypedInstruction, java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- Bytecodes.D2F, Bytecodes.D2I, Bytecodes.D2L, Bytecodes.F2D, Bytecodes.F2I, Bytecodes.F2L, Bytecodes.I2B, Bytecodes.I2C, Bytecodes.I2D, Bytecodes.I2F, Bytecodes.I2L, Bytecodes.I2S, Bytecodes.L2D, Bytecodes.L2F, Bytecodes.L2I
- Enclosing class:
- Bytecodes
- public abstract static class Bytecodes.ConversionInstruction
- 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.ConversionInstruction
Bytecodes.ConversionInstruction()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
Bytecodes.ConversionInstruction
protected Bytecodes.ConversionInstruction(short opcode)
getType
public Clazz.jq_Type getType()
- Specified by:
getType in interface Bytecodes.TypedInstruction