Uses of Class
serp.bytecode.ConvertInstruction

Packages that use ConvertInstruction
serp.bytecode Bytecode Manipuation 
serp.bytecode.visitor Bytecode Visitor 
 

Uses of ConvertInstruction in serp.bytecode
 

Methods in serp.bytecode that return ConvertInstruction
 ConvertInstruction Code.convert()
          Convert the top stack value to another type.
 ConvertInstruction ConvertInstruction.setFromType(BCClass type)
          Set the type being converted from.
 ConvertInstruction ConvertInstruction.setFromType(Class type)
          Set the type being converted from.
 ConvertInstruction ConvertInstruction.setFromType(String type)
          Set the type being converted from.
 

Uses of ConvertInstruction in serp.bytecode.visitor
 

Methods in serp.bytecode.visitor with parameters of type ConvertInstruction
 void BCVisitor.enterConvertInstruction(ConvertInstruction obj)
           
 void BCVisitor.exitConvertInstruction(ConvertInstruction obj)
           
 



Copyright © 2002-2007. All Rights Reserved.