de.cau.cs.kieler.krep.compiler.klp
Class LabelInstruction
java.lang.Object
de.cau.cs.kieler.krep.compiler.klp.AbstractInstruction
de.cau.cs.kieler.krep.compiler.klp.LabelInstruction
public final class LabelInstruction
- extends AbstractInstruction
Label in the assembler code. Connects names and actual addresses.
- Rating

- (2010-02-05) review by cmot, msp, tam
get
public static LabelInstruction get(String name)
- Parameters:
name
- of the label
- Returns:
- Label with this name, if it exists, null otherwise
toString
public String toString()
- Specified by:
toString
in class AbstractInstruction
getName
public String getName()
- Returns:
- name of the label