Uses of Class
com.android.dx.gen.Label

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)
           
<T> void
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.
 



Copyright © 2012. All Rights Reserved.