joeq.Compiler.BytecodeAnalysis
Class Bytecodes.ConversionInstruction
java.lang.Object
  
joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
      
joeq.Compiler.BytecodeAnalysis.Bytecodes.ConversionInstruction
- All Implemented Interfaces: 
 - Serializable, 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
 
 
 
 
 
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction | 
accept, consumeStack, copy, dump, getLength, getOpcode, initFromFile, produceStack, readInstruction, toString, toString | 
 
 
 
 
Bytecodes.ConversionInstruction
protected Bytecodes.ConversionInstruction(short opcode)
- Parameters:
 opcode - opcode of instruction
getType
public jq_Type getType()
- Specified by:
 getType in interface Bytecodes.TypedInstruction
 
- Returns:
 - type associated with the instruction
 
 
Copyright © 2001-2008 John Whaley. All Rights Reserved.