Class Commented<T extends Tree>

java.lang.Object
com.google.errorprone.util.Commented<T>

public abstract class Commented<T extends Tree> extends Object
Class to hold AST nodes annotated with the comments that are associated with them
  • Constructor Details Link icon

    • Commented Link icon

      public Commented()
  • Method Details Link icon

    • tree Link icon

      public abstract T tree()
    • beforeComments Link icon

      public abstract com.google.common.collect.ImmutableList<ErrorProneComment> beforeComments()
    • afterComments Link icon

      public abstract com.google.common.collect.ImmutableList<ErrorProneComment> afterComments()