Class DecompilerComment

java.lang.Object
org.benf.cfr.reader.util.DecompilerComment
All Implemented Interfaces:
Dumpable

public class DecompilerComment extends Object implements Dumpable
  • Field Details

  • Constructor Details

    • DecompilerComment

      public DecompilerComment(String comment)
    • DecompilerComment

      public DecompilerComment(String comment, boolean failed)
    • DecompilerComment

      public DecompilerComment(String comment, Exception e)
  • Method Details

    • dump

      public Dumper dump(Dumper d)
      Specified by:
      dump in interface Dumpable
    • getSummaryMessage

      public String getSummaryMessage()
    • isFailed

      public boolean isFailed()
    • isException

      public boolean isException()
    • toString

      public String toString()
      Overrides:
      toString in class Object