Class DecompilerComment

  • All Implemented Interfaces:
    Dumpable

    public class DecompilerComment
    extends java.lang.Object
    implements Dumpable
    • Constructor Detail

      • DecompilerComment

        public DecompilerComment​(java.lang.String comment)
      • DecompilerComment

        public DecompilerComment​(java.lang.String comment,
                                 boolean failed)
      • DecompilerComment

        public DecompilerComment​(java.lang.String comment,
                                 java.lang.Exception e)
    • Method Detail

      • getSummaryMessage

        public java.lang.String getSummaryMessage()
      • isFailed

        public boolean isFailed()
      • isException

        public boolean isException()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object