Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Compil3r.BytecodeAnalysis
Class Bytecodes.ConversionInstruction  view Bytecodes.ConversionInstruction download Bytecodes.ConversionInstruction.java

java.lang.Object
  extended byCompil3r.BytecodeAnalysis.Bytecodes.Instruction
      extended byCompil3r.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


Field Summary
 
Fields inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction
length, opcode
 
Constructor Summary
(package private) Bytecodes.ConversionInstruction()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
protected Bytecodes.ConversionInstruction(short opcode)
           
 
Method Summary
 Clazz.jq_Type getType()
           
 
Methods inherited from class Compil3r.BytecodeAnalysis.Bytecodes.Instruction
accept, consumeStack, copy, dispose, 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 Compil3r.BytecodeAnalysis.Bytecodes.StackProducer
produceStack
 
Methods inherited from interface Compil3r.BytecodeAnalysis.Bytecodes.StackConsumer
consumeStack
 

Constructor Detail

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)
Method Detail

getType

public Clazz.jq_Type getType()
Specified by:
getType in interface Bytecodes.TypedInstruction