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

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.AddrInstruction
All Implemented Interfaces:
InstInf
Direct Known Subclasses:
AddrSigInstruction, Call, CAwaite, Exit, Goto, Jc, Jnc, JW_ee, JW_g, JW_ge, JW_l, JW_le, JW_ne, JW_z, Par, Pare

public class AddrInstruction
extends Instruction

Rating red
Generated:
This code was automatically generated.

Constructor Summary
AddrInstruction(String id, String name, Label addr, SCLine sc)
           
 
Method Summary
 String encode()
           
 Label getAddr()
           
 String info()
           
 int length()
           
 void setAddr(Label addr)
           
 String 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

AddrInstruction

public AddrInstruction(String id,
                       String name,
                       Label addr,
                       SCLine sc)
Method Detail

encode

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

info

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

toString

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

length

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

getAddr

public Label getAddr()

setAddr

public void setAddr(Label addr)