de.cau.cs.kieler.krep.compiler.klp
Class BinOpInstruction
java.lang.Object
de.cau.cs.kieler.krep.compiler.klp.AbstractInstruction
de.cau.cs.kieler.krep.compiler.klp.BinOpInstruction
public class BinOpInstruction
- extends AbstractInstruction
Binary operation.
- Rating

- (2010-02-05) review by cmot, msp, tam
BinOpInstruction
public BinOpInstruction(Variable toVar,
RegAccess read1,
RegAccess read2,
Operator operator)
- Parameters:
toVar
- variable that stores the resultread1
- first parameterread2
- second parameteroperator
- operator
toString
public String toString()
- Specified by:
toString
in class AbstractInstruction