org.eclipse.jdt.internal.formatter.comment
Class CommentLine

java.lang.Object
  extended by org.eclipse.jdt.internal.formatter.comment.CommentLine
All Implemented Interfaces:
IBorderAttributes
Direct Known Subclasses:
MultiCommentLine, SingleCommentLine

public abstract class CommentLine
extends java.lang.Object
implements IBorderAttributes

General comment line in a comment region.

Since:
3.0

Field Summary
 
Fields inherited from interface org.eclipse.jdt.internal.formatter.comment.IBorderAttributes
BORDER_LOWER, BORDER_UPPER
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object