Package org.jf.dexlib2.builder
Class LocatedItems<T extends ItemWithLocation>
java.lang.Object
org.jf.dexlib2.builder.LocatedItems<T>
- Direct Known Subclasses:
LocatedDebugItems,LocatedLabels
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprotected abstract StringgetItems()getModifiableItems(MethodLocation newItemsLocation) voidmergeItemsIntoNext(MethodLocation nextLocation, LocatedItems<T> otherLocatedItems)
-
Field Details
-
items
-
-
Constructor Details
-
LocatedItems
public LocatedItems()
-
-
Method Details
-
getItems
-
getModifiableItems
-
addItem
-
getAddLocatedItemError
-
mergeItemsIntoNext
public void mergeItemsIntoNext(@Nonnull MethodLocation nextLocation, LocatedItems<T> otherLocatedItems)
-