Uses of Class
org.apache.bcel.generic.ConversionInstruction

Packages that use ConversionInstruction
org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions.  
 

Uses of ConversionInstruction in org.apache.bcel.generic
 

Subclasses of ConversionInstruction in org.apache.bcel.generic
 class D2F
          D2F - Convert double to float Stack: ..., value.word1, value.word2 -> ..., result
 class D2I
          D2I - Convert double to int Stack: ..., value.word1, value.word2 -> ..., result
 class D2L
          D2L - Convert double to long Stack: ..., value.word1, value.word2 -> ..., result.word1, result.word2
 class F2D
          F2D - Convert float to double Stack: ..., value -> ..., result.word1, result.word2
 class F2I
          F2I - Convert float to int Stack: ..., value -> ..., result
 class F2L
          F2L - Convert float to long Stack: ..., value -> ..., result.word1, result.word2
 class I2B
          I2B - Convert int to byte Stack: ..., value -> ..., result
 class I2C
          I2C - Convert int to char Stack: ..., value -> ..., result
 class I2D
          I2D - Convert int to double Stack: ..., value -> ..., result.word1, result.word2
 class I2F
          I2F - Convert int to float Stack: ..., value -> ..., result
 class I2L
          I2L - Convert int to long Stack: ..., value -> ..., result.word1, result.word2
 class I2S
          I2S - Convert int to short Stack: ..., value -> ..., result
 class L2D
          L2D - Convert long to double Stack: ..., value.word1, value.word2 -> ..., result.word1, result.word2
 class L2F
          L2F - Convert long to float Stack: ..., value.word1, value.word2 -> ..., result
 class L2I
          L2I - Convert long to int Stack: ..., value.word1, value.word2 -> ..., result
 

Fields in org.apache.bcel.generic declared as ConversionInstruction
static ConversionInstruction InstructionConstants.I2L
           
static ConversionInstruction InstructionConstants.I2F
           
static ConversionInstruction InstructionConstants.I2D
           
static ConversionInstruction InstructionConstants.L2I
           
static ConversionInstruction InstructionConstants.L2F
           
static ConversionInstruction InstructionConstants.L2D
           
static ConversionInstruction InstructionConstants.F2I
           
static ConversionInstruction InstructionConstants.F2L
           
static ConversionInstruction InstructionConstants.F2D
           
static ConversionInstruction InstructionConstants.D2I
           
static ConversionInstruction InstructionConstants.D2L
           
static ConversionInstruction InstructionConstants.D2F
           
static ConversionInstruction InstructionConstants.I2B
           
static ConversionInstruction InstructionConstants.I2C
           
static ConversionInstruction InstructionConstants.I2S
           
 

Methods in org.apache.bcel.generic with parameters of type ConversionInstruction
 void Visitor.visitConversionInstruction(ConversionInstruction obj)
           
 void EmptyVisitor.visitConversionInstruction(ConversionInstruction obj)
           
 



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.