Package jadx.core.dex.attributes
Class EmptyAttrStorage
java.lang.Object
jadx.core.dex.attributes.AttributeStorage
jadx.core.dex.attributes.EmptyAttrStorage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends IJadxAttribute>
booleancontains(IJadxAttrType<T> type) boolean<T extends IJadxAttribute>
Tget(IJadxAttrType<T> type) <T> List<T> getAll(IJadxAttrType<AttrList<T>> type) getAnnotation(String cls) booleanisEmpty()voidremove(IJadxAttribute attr) <T extends IJadxAttribute>
voidremove(IJadxAttrType<T> type) voidtoString()Methods inherited from class jadx.core.dex.attributes.AttributeStorage
add, add, add, add, addAll, addAttrList, clearFlags, fromList, unloadAttributes
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyAttrStorage
private EmptyAttrStorage()
-
-
Method Details
-
contains
- Overrides:
containsin classAttributeStorage
-
contains
- Overrides:
containsin classAttributeStorage
-
get
- Overrides:
getin classAttributeStorage
-
getAnnotation
- Overrides:
getAnnotationin classAttributeStorage
-
getAll
- Overrides:
getAllin classAttributeStorage
-
remove
- Overrides:
removein classAttributeStorage
-
remove
- Overrides:
removein classAttributeStorage
-
remove
- Overrides:
removein classAttributeStorage
-
getAttributeStrings
- Overrides:
getAttributeStringsin classAttributeStorage
-
isEmpty
public boolean isEmpty()- Overrides:
isEmptyin classAttributeStorage
-
toString
- Overrides:
toStringin classAttributeStorage
-