|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjoeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.BranchInstruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.IfInstruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.IFGE
public static class Bytecodes.IFGE
| Constructor Summary | |
|---|---|
Bytecodes.IFGE(Bytecodes.InstructionHandle target)
|
|
| Method Summary | |
|---|---|
void |
accept(Bytecodes.Visitor v)
Call corresponding visitor method(s). |
Bytecodes.IfInstruction |
negate()
|
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.BranchInstruction |
|---|
containsTarget, dump, getIndex, getTarget, setTarget, toString, updateTarget |
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction |
|---|
consumeStack, copy, getLength, getOpcode, produceStack, readInstruction, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface joeq.Compiler.BytecodeAnalysis.Bytecodes.StackConsumer |
|---|
consumeStack |
| Constructor Detail |
|---|
public Bytecodes.IFGE(Bytecodes.InstructionHandle target)
| Method Detail |
|---|
public Bytecodes.IfInstruction negate()
negate in class Bytecodes.IfInstructionpublic void accept(Bytecodes.Visitor v)
accept in class Bytecodes.Instructionv - Visitor object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||