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 voidaddComment(java.lang.String comment)voidaddComment(DecompilerComment comment)voidaddComments(java.util.Collection<DecompilerComment> comments)booleancontains(DecompilerComment comment)Dumperdump(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()
-
-