JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.googlecode.aviator.code.interpreter.ir
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
()