JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.googlecode.dex2jar.ir.stmt
Interface JumpStmt
All Known Implementing Classes:
GotoStmt
,
IfStmt
public interface
JumpStmt
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
LabelStmt
getTarget
()
void
setTarget
(
LabelStmt
labelStmt)
Method Details
getTarget
LabelStmt
getTarget
()
setTarget
void
setTarget
(
LabelStmt
labelStmt)