Uses of Class
org.eclipse.jdt.internal.formatter.comment.CommentRegion

Packages that use CommentRegion
org.eclipse.jdt.internal.formatter   
org.eclipse.jdt.internal.formatter.comment Provides facilities to format comments in Java source code. 
 

Uses of CommentRegion in org.eclipse.jdt.internal.formatter
 

Methods in org.eclipse.jdt.internal.formatter that return CommentRegion
static CommentRegion DefaultCodeFormatter.createRegion(int kind, org.eclipse.jface.text.IDocument document, org.eclipse.jface.text.Position range, CodeFormatterVisitor formatter)
          Creates a comment region for a specific document partition type.
 

Methods in org.eclipse.jdt.internal.formatter with parameters of type CommentRegion
 org.eclipse.text.edits.TextEdit CodeFormatterVisitor.format(java.lang.String string, CommentRegion region)
           
 

Uses of CommentRegion in org.eclipse.jdt.internal.formatter.comment
 

Subclasses of CommentRegion in org.eclipse.jdt.internal.formatter.comment
 class JavaDocRegion
          Javadoc region in a source code document.
 class MultiCommentRegion
          Multi-comment region in a source code document.