Package jadx.core.dex.attributes.nodes
Class JadxCommentsAttr
java.lang.Object
jadx.core.dex.attributes.nodes.JadxCommentsAttr
- All Implemented Interfaces:
IJadxAttribute
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(CommentsLevel level, String comment) static voidadd(IAttributeNode node, CommentsLevel level, String comment) formatAndFilter(CommentsLevel level) private static JadxCommentsAttrinitFor(IAttributeNode node) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jadx.api.plugins.input.data.attributes.IJadxAttribute
keepLoaded, toAttrString
-
Field Details
-
comments
-
-
Constructor Details
-
JadxCommentsAttr
public JadxCommentsAttr()
-
-
Method Details
-
add
-
initFor
-
add
-
formatAndFilter
-
getComments
-
getAttrType
- Specified by:
getAttrTypein interfaceIJadxAttribute
-
toString
-