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

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.SigRegInst
All Implemented Interfaces:
InstInf
Direct Known Subclasses:
Add_Sig, Addc_Sig, Andr_Sig, Cmp_Sig, Cmps_Sig, Emit_Reg, Load_Sig, Mul_Sig, Orr_Sig, Setv_Reg, Sub_Sig, Subc_Sig, Sustain_Reg, Xorr_Sig

public class SigRegInst
extends SigInstruction

Rating red
Generated:
This code was automatically generated.

Constructor Summary
SigRegInst(String id, String name, KepSignal sig, SCLine sc)
           
SigRegInst(String id, String name, Register reg, KepSignal sig, SCLine sc)
           
 
Method Summary
 String encode()
           
 String info()
           
 int length()
           
 String toString()
           
 
Methods inherited from class de.cau.cs.kieler.krep.evalbench.program.kep.SigInstruction
getSig
 
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

SigRegInst

public SigRegInst(String id,
                  String name,
                  Register reg,
                  KepSignal sig,
                  SCLine sc)

SigRegInst

public SigRegInst(String id,
                  String name,
                  KepSignal sig,
                  SCLine sc)
Method Detail

encode

public String encode()
Specified by:
encode in interface InstInf
Overrides:
encode in class SigInstruction

toString

public String toString()
Specified by:
toString in interface InstInf
Overrides:
toString in class SigInstruction

info

public String info()
Specified by:
info in interface InstInf
Overrides:
info in class SigInstruction

length

public int length()
Specified by:
length in interface InstInf
Overrides:
length in class SigInstruction