Package org.jf.dexlib2.builder
Class LocatedItems<T extends ItemWithLocation>
- java.lang.Object
-
- org.jf.dexlib2.builder.LocatedItems<T>
-
- Direct Known Subclasses:
LocatedDebugItems
,LocatedLabels
public abstract class LocatedItems<T extends ItemWithLocation> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LocatedItems()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.lang.String
getAddLocatedItemError()
java.util.Set<T>
getModifiableItems(MethodLocation newItemsLocation)
void
mergeItemsIntoNext(MethodLocation nextLocation, LocatedItems<T> otherLocatedItems)
-
-
-
Method Detail
-
getModifiableItems
public java.util.Set<T> getModifiableItems(MethodLocation newItemsLocation)
-
getAddLocatedItemError
protected abstract java.lang.String getAddLocatedItemError()
-
mergeItemsIntoNext
public void mergeItemsIntoNext(@Nonnull MethodLocation nextLocation, LocatedItems<T> otherLocatedItems)
-
-