Package jadx.core.dex.attributes.nodes
Class NotificationAttrNode
java.lang.Object
jadx.core.dex.attributes.AttrNode
jadx.core.dex.attributes.nodes.LineAttrNode
jadx.core.dex.attributes.nodes.NotificationAttrNode
- All Implemented Interfaces:
IRenameNode,ICodeAnnotation,ICodeNodeRef,IAttributeNode,ILineAttributeNode,ICodeNode,IDexNode,IUsageInfoNode
- Direct Known Subclasses:
ClassNode,FieldNode,MethodNode
-
Nested Class Summary
Nested classes/interfaces inherited from interface jadx.api.metadata.ICodeAnnotation
ICodeAnnotation.AnnType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCodeComment(String comment) voidaddCodeComment(String comment, CommentStyle style) voidaddDebugComment(String commentStr) voidvoidaddInfoComment(String commentStr) voidvoidaddWarnComment(String warn) voidaddWarnComment(String warn, Throwable exc) booleancheckCommentsLevel(CommentsLevel required) Methods inherited from class jadx.core.dex.attributes.nodes.LineAttrNode
addSourceLineFrom, copyLines, getDefPosition, getSourceLine, setDefPosition, setSourceLineMethods inherited from class jadx.core.dex.attributes.AttrNode
add, addAttr, addAttr, addAttr, addAttrs, clearAttributes, contains, contains, copyAttributeFrom, copyAttributesFrom, get, getAll, getAnnotation, getAttributesString, getAttributesStringsList, isAttrStorageEmpty, remove, remove, removeAttr, rewriteAttributeFrom, unloadAttributesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jadx.core.dex.attributes.IAttributeNode
add, addAttr, addAttr, addAttrs, clearAttributes, contains, contains, copyAttributeFrom, copyAttributesFrom, get, getAll, getAnnotation, getAttributesString, getAttributesStringsList, isAttrStorageEmpty, remove, remove, removeAttr, rewriteAttributeFromMethods inherited from interface jadx.api.metadata.ICodeAnnotation
getAnnTypeMethods inherited from interface jadx.core.dex.nodes.ICodeNode
getAccessFlags, getDeclaringClass, setAccessFlagsMethods inherited from interface jadx.api.metadata.ICodeNodeRef
getDefPosition, setDefPositionMethods inherited from interface jadx.core.dex.nodes.IDexNode
getInputFileName, root, typeNameMethods inherited from interface jadx.api.data.IRenameNode
renameMethods inherited from interface jadx.core.dex.nodes.IUsageInfoNode
getUseIn
-
Constructor Details
-
NotificationAttrNode
public NotificationAttrNode()
-
-
Method Details
-
checkCommentsLevel
-
addError
-
addWarn
-
addCodeComment
-
addCodeComment
-
addWarnComment
-
addWarnComment
-
addInfoComment
-
addDebugComment
-
getCommentsLevel
-