java.lang.Object |
↳ |
com.pnfsoftware.jeb.core.units.impl.Comment |
Class Overview
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.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
Comment
(String inline)
public
Comment
(String inline, String pre)
public
Comment
(String inline, String pre, Collection<MetaComment> metacoll)
Public Methods
public
boolean
equals
(Object obj)
public
String
formatRaw
()
public
String
getInline
()
public
Collection<MetaComment>
getMetaComments
(int flagsMustHave, int flagsCantHave)
public
boolean
isEmpty
()
public
void
setInline
(String inline)
public
void
setPre
(String pre)
public
String
toString
()