Class IFLE
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.IFLE
- All Implemented Interfaces:
- Serializable
IFLE - Branch if int comparison with zero succeeds (less than) 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- 
IFLEpublic IFLE(int iid, int mid, int label) Creates a new IFLE 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.
 
-