Modifier and Type | Field and Description |
---|---|
private java.util.Set<DecompilerComment> |
comments |
Constructor and Description |
---|
DecompilerComments() |
Modifier and Type | Method and Description |
---|---|
void |
addComment(DecompilerComment comment) |
void |
addComment(java.lang.String comment) |
void |
addComments(java.util.Collection<DecompilerComment> comments) |
boolean |
contains(DecompilerComment comment) |
Dumper |
dump(Dumper d) |
java.util.Collection<DecompilerComment> |
getCommentCollection() |
private java.util.Set<DecompilerComment> comments
public void addComment(java.lang.String comment)
public void addComment(DecompilerComment comment)
public void addComments(java.util.Collection<DecompilerComment> comments)
public boolean contains(DecompilerComment comment)
public java.util.Collection<DecompilerComment> getCommentCollection()