Class MetaComment

java.lang.Object
com.pnfsoftware.jeb.core.units.impl.MetaComment

@Ser public class MetaComment extends Object
A meta comment, used to add information to a full comment. Immutable. Flags are optional and specific to the managing AbstractCommentManager.
  • Constructor Details

    • MetaComment

      public MetaComment(String value, int flags)
    • MetaComment

      public MetaComment(MetaComment mc)
    • MetaComment

      public MetaComment(String value)
  • Method Details

    • getValue

      public String getValue()
    • getFlags

      public int getFlags()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • formatFlags

      public static String formatFlags(int f)