Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.etools.cobol.application.model.cobol.Comment

    • Uses of Comment in com.ibm.etools.cobol.application.model.cobol

      Subinterfaces of Comment in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      interface  CommentLine
      A representation of the model object 'Comment Line'.
      interface  InlineComment
      A representation of the model object 'Inline Comment'.
      interface  SequenceNumberAreaComment
      A representation of the model object 'Sequence Number Area Comment'.
      Methods in com.ibm.etools.cobol.application.model.cobol that return Comment 
      Modifier and Type Method and Description
      static Comment CommentUtils.getFollowingComment(ASTNode node)
      Finds a comment that follows the given node in the main source file.
      static Comment CommentUtils.getPrecedingComment(ASTNode node)
      Finds a comment that precedes the given node in the main source file.
      Methods in com.ibm.etools.cobol.application.model.cobol that return types with arguments of type Comment 
      Modifier and Type Method and Description
      static java.util.List<Comment> CommentUtils.getContainedComments(ASTNode node)
      Returns a list of comments that are contained within the given node in the main source file.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type Comment 
      Modifier and Type Method and Description
      static ASTNode CommentUtils.getFollowingNonComment(Comment comment)
      Finds a non-comment that follows the given comment in the main source file.
      static ASTNode CommentUtils.getPrecedingNonComment(Comment comment)
      Finds a non-comment that precedes the given comment in the main source file.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes