joeq.Compiler.BytecodeAnalysis
Class Bytecodes.IFNULL
java.lang.Object
joeq.Compiler.BytecodeAnalysis.Bytecodes.Instruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.BranchInstruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.IfInstruction
joeq.Compiler.BytecodeAnalysis.Bytecodes.IFNULL
- All Implemented Interfaces:
- Serializable, Cloneable, Bytecodes.InstructionTargeter, Bytecodes.StackConsumer
- Enclosing interface:
- Bytecodes
public static class Bytecodes.IFNULL
- extends Bytecodes.IfInstruction
- 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.IFNULL
public Bytecodes.IFNULL(Bytecodes.InstructionHandle target)
negate
public Bytecodes.IfInstruction negate()
- Specified by:
negate
in class Bytecodes.IfInstruction
- Returns:
- negation of instruction
accept
public void accept(Bytecodes.Visitor v)
- Call corresponding visitor method(s). The order is:
Call visitor methods of implemented interfaces first, then
call methods according to the class hierarchy in descending order,
i.e., the most specific visitXXX() call comes last.
- Specified by:
accept
in class Bytecodes.Instruction
- Parameters:
v
- Visitor object
Copyright © 2001-2008 John Whaley. All Rights Reserved.