de.cau.cs.kieler.krep.evalbench.program.kep
Class Await

java.lang.Object
  extended by de.cau.cs.kieler.krep.evalbench.program.Instruction
      extended by de.cau.cs.kieler.krep.evalbench.program.kep.Instruction
          extended by de.cau.cs.kieler.krep.evalbench.program.kep.SigInstruction
              extended by de.cau.cs.kieler.krep.evalbench.program.kep.Await
All Implemented Interfaces:
InstInf

public class Await
extends SigInstruction

Rating red
Generated:
This code was automatically generated.

Constructor Summary
Await(KepSignal sig, SCLine sc)
           
 
Method Summary
 
Methods inherited from class de.cau.cs.kieler.krep.evalbench.program.kep.SigInstruction
encode, getSig, info, length, toString
 
Methods inherited from class de.cau.cs.kieler.krep.evalbench.program.kep.Instruction
asmLabel, equals, getId, getObj, getScource, setSourceCode
 
Methods inherited from class de.cau.cs.kieler.krep.evalbench.program.Instruction
getLabel, getLabels, setLabel, setLabels, writeObj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Await

public Await(KepSignal sig,
             SCLine sc)