Class NotificationAttrNode

All Implemented Interfaces:
IRenameNode, ICodeAnnotation, ICodeNodeRef, IAttributeNode, ILineAttributeNode, ICodeNode, IDexNode, IUsageInfoNode
Direct Known Subclasses:
ClassNode, FieldNode, MethodNode

public abstract class NotificationAttrNode extends LineAttrNode implements ICodeNode
  • Constructor Details

    • NotificationAttrNode

      public NotificationAttrNode()
  • Method Details

    • checkCommentsLevel

      public boolean checkCommentsLevel(CommentsLevel required)
    • addError

      public void addError(String errStr, Throwable e)
    • addWarn

      public void addWarn(String warn)
    • addCodeComment

      public void addCodeComment(String comment)
    • addCodeComment

      public void addCodeComment(String comment, CommentStyle style)
    • addWarnComment

      public void addWarnComment(String warn)
    • addWarnComment

      public void addWarnComment(String warn, Throwable exc)
    • addInfoComment

      public void addInfoComment(String commentStr)
    • addDebugComment

      public void addDebugComment(String commentStr)
    • getCommentsLevel

      public CommentsLevel getCommentsLevel()