de.cau.cs.kieler.krep.compiler.klp
Class AbstractInstruction
java.lang.Object
de.cau.cs.kieler.krep.compiler.klp.AbstractInstruction
- Direct Known Subclasses:
- BinOpInstruction, CJmpInstruction, CommentInstruction, DeclareRegInstruction, DoneInstruction, IBinOpInstruction, IMovInstruction, InitRegInstruction, JmpInstruction, LabelInstruction, MovInstruction, PrioInstruction
public abstract class AbstractInstruction
- extends Object
Abstract superclass for all KLP assembler instructions.
- Rating

- (2010-02-05) review by cmot, msp, tam
AbstractInstruction
public AbstractInstruction()
toString
public abstract String toString()
- Overrides:
toString
in class Object
setComment
public void setComment(String c)
- Parameters:
c
- comment fot this instruction
getComment
public String getComment()
- Returns:
- comment for this instructions