joeq.Compiler.BytecodeAnalysis
Class Bytecodes.IfInstruction
java.lang.Object
joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.BranchInstruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.IfInstruction
- All Implemented Interfaces:
- Serializable, Cloneable, Bytecodes.InstructionTargeter, Bytecodes.StackConsumer
- Direct Known Subclasses:
- Bytecodes.IF_ACMPEQ, Bytecodes.IF_ACMPNE, Bytecodes.IF_ICMPEQ, Bytecodes.IF_ICMPGE, Bytecodes.IF_ICMPGT, Bytecodes.IF_ICMPLE, Bytecodes.IF_ICMPLT, Bytecodes.IF_ICMPNE, Bytecodes.IFEQ, Bytecodes.IFGE, Bytecodes.IFGT, Bytecodes.IFLE, Bytecodes.IFLT, Bytecodes.IFNE, Bytecodes.IFNONNULL, Bytecodes.IFNULL
- Enclosing interface:
- Bytecodes
public abstract static class Bytecodes.IfInstruction
- extends Bytecodes.BranchInstruction
- implements Bytecodes.StackConsumer
- See Also:
- Serialized Form
Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.BranchInstruction |
containsTarget, dump, getIndex, getTarget, getTargetOffset, getTargetOffset, initFromFile, setTarget, toString, updatePosition, updateTarget |
Bytecodes.IfInstruction
protected Bytecodes.IfInstruction(short opcode,
Bytecodes.InstructionHandle target)
- Parameters:
opcode
- opcode of this instructiontarget
- target instruction to branch to
negate
public abstract Bytecodes.IfInstruction negate()
- Returns:
- negation of instruction, e.g. IFEQ.negate() == IFNE
Copyright © 2001-2008 John Whaley. All Rights Reserved.