Class IF_ACMPEQ
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.IF_ACMPEQ
- All Implemented Interfaces:
Serializable
IF_ACMPEQ - Branch if reference comparison succeeds (equals) 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
Constructors -
Method Summary
Methods inherited from class de.uzl.its.swat.symbolic.instruction.Instruction
genericToString
-
Constructor Details
-
IF_ACMPEQ
public IF_ACMPEQ(int iid, int mid, int label) Creates a new IF_ACMPEQ instruction.- Parameters:
iid- instruction id.mid- method id.label- the jump destination
-
-
Method Details
-
accept
Accept method for the visitor.- Specified by:
acceptin classInstruction- Parameters:
visitor- the visitor
-
toString
Returns the string representation of the instruction.
-