Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
CmpInstruction |
Code.dcmpg()
Compare the top two stack values; the
dcmpg opcode. |
CmpInstruction |
Code.dcmpl()
Compare the top two stack values; the
dcmpl opcode. |
CmpInstruction |
Code.fcmpg()
Compare the top two stack values; the
fcmpg opcode. |
CmpInstruction |
Code.fcmpl()
Compare the top two stack values; the
fcmpl opcode. |
CmpInstruction |
Code.lcmp()
Compare the top two stack values; the
lcmp opcode. |
CmpInstruction |
CmpInstruction.setNaNValue(int nan)
Set the number that will be placed on the stack if this instruction
is of type float or double and one of the operands is NaN.
|
CmpInstruction |
Code.xcmp()
Compare the top two stack values.
|
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterCmpInstruction(CmpInstruction obj) |
void |
BCVisitor.exitCmpInstruction(CmpInstruction obj) |
Copyright © 2002–2019. All rights reserved.