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:
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

Field Summary
 
Fields inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
length, opcode
 
Constructor Summary
protected Bytecodes.ConversionInstruction(short opcode)
           
 
Method Summary
 jq_Type getType()
           
 
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
accept, consumeStack, copy, dump, getLength, getOpcode, initFromFile, produceStack, readInstruction, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
 

Constructor Detail

Bytecodes.ConversionInstruction

protected Bytecodes.ConversionInstruction(short opcode)
Parameters:
opcode - opcode of instruction
Method Detail

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.