Class Commented<T extends com.sun.source.tree.Tree>
java.lang.Object
com.google.errorprone.util.Commented<T>
Class to hold AST nodes annotated with the comments that are associated with them
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Identifies the position of a comment relative to the associated treenode. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList
<ErrorProneComment> abstract com.google.common.collect.ImmutableList
<ErrorProneComment> abstract T
tree()
-
Constructor Details
-
Commented
public Commented()
-
-
Method Details
-
tree
-
beforeComments
-
afterComments
-