Class Comment
java.lang.Object
com.pnfsoftware.jeb.core.units.impl.Comment
Comments are managed by
comment managers
. A comment can consist
of: a primary inline string; a secondary top string; a collection of meta comments (pairs of
object/flag). Comments are not immutable, but should not be attempted to be modified directly.
Modifications are to be done by a comment manager.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getMetaComments
(int flagsMustHave, int flagsCantHave) getPre()
int
hashCode()
boolean
isEmpty()
void
void
toString()
-
Constructor Details
-
Comment
public Comment() -
Comment
-
Comment
-
Comment
-
-
Method Details