Class PinnedAttribute
java.lang.Object
jadx.api.plugins.input.data.attributes.PinnedAttribute
- All Implemented Interfaces:
IJadxAttribute
- Direct Known Subclasses:
AnnotationDefaultAttr,AnnotationDefaultClassAttr,AnnotationMethodParamsAttr,AnnotationsAttr,AnonymousClassAttr,EncodedValue,ExceptionsAttr,FieldInitInsnAttr,FieldReplaceAttr,InnerClassesAttr,MethodBridgeAttr,MethodInlineAttr,MethodOverrideAttr,MethodParametersAttr,MethodReplaceAttr,MethodThrowsAttr,SignatureAttr,SkipMethodArgsAttr,SourceFileAttr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanMark type to skip unloading on node unload eventMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute
getAttrType, toAttrString
-
Constructor Details
-
PinnedAttribute
public PinnedAttribute()
-
-
Method Details
-
keepLoaded
public final boolean keepLoaded()Description copied from interface:IJadxAttributeMark type to skip unloading on node unload event- Specified by:
keepLoadedin interfaceIJadxAttribute
-