Class DocCommentBlock

java.lang.Object
gw.internal.gosu.parser.DocCommentBlock

public class DocCommentBlock extends Object
  • Field Details

  • Constructor Details

    • DocCommentBlock

      public DocCommentBlock()
  • Method Details

    • setRawComment

      public void setRawComment(String rawComment)
    • addLine

      private void addLine(String line)
    • getDescription

      public String getDescription()
    • getAnnotations

      public List<IGosuAnnotation> getAnnotations()
    • computeAnnotationData

      private void computeAnnotationData()
    • maybeStartDocAnnotation

      private DocCommentBlock.DocAnnotationData maybeStartDocAnnotation(String line)
    • stripLeadingCommentAndWhiteSpace

      private String stripLeadingCommentAndWhiteSpace(String line)
    • isBlankOrCommentChar

      private boolean isBlankOrCommentChar(char c)
    • setOwnersTypes

      public void setOwnersTypes(ICompilableType ownersType)
    • toString

      public String toString()
      Overrides:
      toString in class Object