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 Label
getLabel()
void
setPc(int pc)
-
-
-
Method Detail
-
setPc
void setPc(int pc)
-
getLabel
Label getLabel()
-
-