| Package | Description |
|---|---|
| serp.bytecode |
Bytecode Manipuation
|
| serp.bytecode.visitor |
Bytecode Visitor
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BCVisitor.enterConvertInstruction(ConvertInstruction obj) |
void |
BCVisitor.exitConvertInstruction(ConvertInstruction obj) |
Copyright © 2002–2015. All rights reserved.