Class DDIV
java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.DDIV
- All Implemented Interfaces:
- Serializable
DDIV - Divide double. 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- 
DDIVpublic DDIV(int iid, int mid) 
 
- 
- 
Method Details- 
acceptAccept method for the visitor.- Specified by:
- acceptin class- Instruction
- Parameters:
- visitor- the visitor
 
- 
toStringReturns the string representation of the instruction.
 
-