Class IF_ICMPEQ
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.IF_ICMPEQ
- All Implemented Interfaces:
- Serializable
IF_ICMPEQ - Branch if int comparison succeeds (equals) For more information see the Java
 VM specification.
- See Also:
- 
Field SummaryFields inherited from class de.uzl.its.swat.symbolic.instruction.Instructioniid, mid
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class de.uzl.its.swat.symbolic.instruction.InstructiongenericToString
- 
Constructor Details- 
IF_ICMPEQpublic IF_ICMPEQ(int iid, int mid, int label) Creates a new IF_ICMPEQ instruction.- Parameters:
- iid- instruction id.
- mid- method id.
- label- the jump destination
 
 
- 
- 
Method Details- 
acceptAccept method for the visitor.- Specified by:
- acceptin class- Instruction
- Parameters:
- visitor- the visitor
 
- 
toStringReturns the string representation of the instruction.
 
-