Uses of Class
serp.bytecode.ConvertInstruction
Packages that use ConvertInstruction
-
Uses of ConvertInstruction in serp.bytecode
Methods in serp.bytecode that return ConvertInstructionModifier and TypeMethodDescriptionCode.convert()
Convert the top stack value to another type.ConvertInstruction.setFromType
(Class type) Set the type being converted from.ConvertInstruction.setFromType
(String type) Set the type being converted from.ConvertInstruction.setFromType
(BCClass type) Set the type being converted from. -
Uses of ConvertInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type ConvertInstructionModifier and TypeMethodDescriptionvoid
BCVisitor.enterConvertInstruction
(ConvertInstruction obj) void
BCVisitor.exitConvertInstruction
(ConvertInstruction obj)