|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Label | |
|---|---|
| com.android.dx.gen | |
| Uses of Label in com.android.dx.gen |
|---|
| Methods in com.android.dx.gen that return Label | |
|---|---|
Label |
Code.newLabel()
Creates a new label for use as a branch target. |
Label |
Code.removeCatchClause(Type<?> throwable)
|
| Methods in com.android.dx.gen with parameters of type Label | ||
|---|---|---|
void |
Code.addCatchClause(Type<?> throwable,
Label catchClause)
|
|
|
Code.compare(Comparison comparison,
Local<T> a,
Local<T> b,
Label trueLabel)
Compare ints. |
|
void |
Code.jump(Label target)
|
|
void |
Code.mark(Label label)
Start defining instructions for the named label. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||