Class IFNULL
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.IFNULL
- All Implemented Interfaces:
Serializable
IFNULL - Branch if reference is null. For more information see the Java VM
specification.
- See Also:
-
Field Summary
Fields inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
iid, mid
-
Constructor Summary
-
Method Summary
Methods inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
genericToString
-
Constructor Details
-
IFNULL
public IFNULL(int iid, int mid, int label) Creates a new IFNULL instruction.- Parameters:
iid
- instruction id.mid
- method id.label
- the jump destination
-
-
Method Details
-
accept
Description copied from class:Instruction
Abstract accept method for the visitor.- Specified by:
accept
in classInstruction
- Parameters:
visitor
- the visitor
-
toString
Returns the string representation of the instruction.
-