public class

MetaComment

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

Class Overview

A meta comment, used to add information to a full comment. Immutable. Flags are optional and specific to the managing AbstractCommentManager.

Summary

Public Constructors
MetaComment(String value, int flags)
MetaComment(MetaComment mc)
MetaComment(String value)
Public Methods
boolean equals(Object obj)
static String formatFlags(int f)
int getFlags()
String getValue()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MetaComment (String value, int flags)

public MetaComment (MetaComment mc)

public MetaComment (String value)

Public Methods

public boolean equals (Object obj)

public static String formatFlags (int f)

public int getFlags ()

public String getValue ()

public int hashCode ()

public String toString ()