Interface JumpIR
-
- All Known Implementing Classes:
BranchIfIR,BranchUnlessIR,GotoIR
public interface JumpIR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelgetLabel()voidsetPc(int pc)
-
-
-
Method Detail
-
setPc
void setPc(int pc)
-
getLabel
Label getLabel()
-
-