JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.googlecode.aviator.code.interpreter.ir
JumpIR
Contents
Description
Method Summary
Method Details
setPc(int)
getLabel()
Hide sidebar
Show sidebar
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 Details
setPc
void
setPc
(int pc)
getLabel
Label
getLabel
()