Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
IIncInstruction |
Code.iinc()
Add the
iinc opcode. |
IIncInstruction |
IIncInstruction.setIncrement(int val)
Set the increment on this IINC instruction.
|
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterIIncInstruction(IIncInstruction obj) |
void |
PrettyPrintVisitor.enterIIncInstruction(IIncInstruction obj) |
void |
BCVisitor.exitIIncInstruction(IIncInstruction obj) |
Copyright © 2002–2019. All rights reserved.