Package org.benf.cfr.reader.util
Class DecompilerComments
- java.lang.Object
-
- org.benf.cfr.reader.util.DecompilerComments
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<DecompilerComment>
comments
-
Constructor Summary
Constructors Constructor Description DecompilerComments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addComment(java.lang.String comment)
void
addComment(DecompilerComment comment)
void
addComments(java.util.Collection<DecompilerComment> comments)
boolean
contains(DecompilerComment comment)
Dumper
dump(Dumper d)
java.util.Collection<DecompilerComment>
getCommentCollection()
-
-
-
Field Detail
-
comments
private java.util.Set<DecompilerComment> comments
-
-
Method Detail
-
addComment
public void addComment(java.lang.String comment)
-
addComment
public void addComment(DecompilerComment comment)
-
addComments
public void addComments(java.util.Collection<DecompilerComment> comments)
-
contains
public boolean contains(DecompilerComment comment)
-
getCommentCollection
public java.util.Collection<DecompilerComment> getCommentCollection()
-
-