Package org.jf.dexlib2.builder
Class Label
- java.lang.Object
-
- org.jf.dexlib2.builder.ItemWithLocation
-
- org.jf.dexlib2.builder.Label
-
public class Label extends ItemWithLocation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCodeAddress()
MethodLocation
getLocation()
-
Methods inherited from class org.jf.dexlib2.builder.ItemWithLocation
isPlaced, setLocation
-
-
-
-
Method Detail
-
getCodeAddress
public int getCodeAddress()
-
getLocation
@Nonnull public MethodLocation getLocation()
-
-