Package jadx.api.data
Interface ICodeComment
- All Superinterfaces:
Comparable<ICodeComment>
- All Known Implementing Classes:
JadxCodeComment
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getNodeRef
IJavaNodeRef getNodeRef() -
getCodeRef
-
getComment
String getComment() -
getStyle
CommentStyle getStyle()
-