|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |