Package org.jf.dexlib2.builder
Class ItemWithLocation
- java.lang.Object
-
- org.jf.dexlib2.builder.ItemWithLocation
-
- Direct Known Subclasses:
BuilderDebugItem
,Label
public abstract class ItemWithLocation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ItemWithLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPlaced()
void
setLocation(MethodLocation methodLocation)
-
-
-
Method Detail
-
isPlaced
public boolean isPlaced()
-
setLocation
public void setLocation(MethodLocation methodLocation)
-
-