de.cau.cs.kieler.krep.evalbench.program.kep
Class AddrSigWatchInstruction
java.lang.Object
de.cau.cs.kieler.krep.evalbench.program.Instruction
de.cau.cs.kieler.krep.evalbench.program.kep.Instruction
de.cau.cs.kieler.krep.evalbench.program.kep.AddrInstruction
de.cau.cs.kieler.krep.evalbench.program.kep.AddrSigInstruction
de.cau.cs.kieler.krep.evalbench.program.kep.AddrSigWatchInstruction
- All Implemented Interfaces:
- InstInf
- Direct Known Subclasses:
- Abort, Aborti, LAbort, LAborti, LwAbort, LwAborti, Suspend, Suspendi, Tabort, Taborti, TwAbort, TwAborti, WAbort, WAborti
public class AddrSigWatchInstruction
- extends AddrSigInstruction
- Rating

- Generated:
- This code was automatically generated.
AddrSigWatchInstruction
public AddrSigWatchInstruction(String id,
String name,
KepSignal sig,
Label addr,
Watcher watch,
SCLine sc)
encode
public String encode()
- Specified by:
encode
in interface InstInf
- Overrides:
encode
in class AddrSigInstruction
toString
public String toString()
- Specified by:
toString
in interface InstInf
- Overrides:
toString
in class AddrSigInstruction
info
public String info()
- Specified by:
info
in interface InstInf
- Overrides:
info
in class AddrSigInstruction
length
public int length()
- Specified by:
length
in interface InstInf
- Overrides:
length
in class AddrSigInstruction
setWatch
public void setWatch(Watcher watch)
getWatch
public Watcher getWatch()