Class PinnedAttribute
- java.lang.Object
-
- jadx.api.plugins.input.data.attributes.PinnedAttribute
-
- All Implemented Interfaces:
IJadxAttribute
- Direct Known Subclasses:
AnnotationDefaultAttr,AnnotationDefaultClassAttr,AnnotationMethodParamsAttr,AnnotationsAttr,EncodedValue,ExceptionsAttr,InnerClassesAttr,MethodParametersAttr,SignatureAttr,SourceFileAttr
public abstract class PinnedAttribute extends java.lang.Object implements IJadxAttribute
-
-
Constructor Summary
Constructors Constructor Description PinnedAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleankeepLoaded()Mark type to skip unloading on node unload event-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute
getAttrType, toAttrString
-
-
-
-
Method Detail
-
keepLoaded
public final boolean keepLoaded()
Description copied from interface:IJadxAttributeMark type to skip unloading on node unload event- Specified by:
keepLoadedin interfaceIJadxAttribute
-
-