joeq.Compiler.BytecodeAnalysis
Class Bytecodes.ConversionInstruction

java.lang.Object
  extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
      extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.ConversionInstruction
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Bytecodes.StackConsumer, Bytecodes.StackProducer, Bytecodes.TypedInstruction
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 interface:
Bytecodes

public abstract static class Bytecodes.ConversionInstruction
extends Bytecodes.Instruction
implements Bytecodes.TypedInstruction, Bytecodes.StackProducer, Bytecodes.StackConsumer

See Also:
Serialized Form

Method Summary
 jq_Type getType()
           
 
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
accept, consumeStack, copy, dump, getLength, getOpcode, produceStack, readInstruction, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackProducer
produceStack
 
Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackConsumer
consumeStack
 

Method Detail

getType

public jq_Type getType()
Specified by:
getType in interface Bytecodes.TypedInstruction
Returns:
type associated with the instruction