Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
StackInstruction |
Code.dup()
The
dup opcode. |
StackInstruction |
Code.dup2()
The
dup2 opcode. |
StackInstruction |
Code.dup2x1()
The
dup2x1 opcode. |
StackInstruction |
Code.dup2x2()
The
dup2x2 opcode. |
StackInstruction |
Code.dupx1()
The
dupx1 opcode. |
StackInstruction |
Code.dupx2()
The
dupx2 opcode. |
StackInstruction |
Code.pop()
The
pop opcode. |
StackInstruction |
Code.pop2()
The
pop2 opcode. |
StackInstruction |
StackInstruction.setWide(boolean wide)
Set whether to use the wide form of the current opcode for operations
on longs or doubles.
|
StackInstruction |
Code.swap()
The
swap opcode. |
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterStackInstruction(StackInstruction obj) |
void |
BCVisitor.exitStackInstruction(StackInstruction obj) |
Copyright © 2002–2019. All rights reserved.