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

java.lang.Object
  extended by org.eclipse.jdt.internal.formatter.comment.CommentLine
      extended by org.eclipse.jdt.internal.formatter.comment.SingleCommentLine
All Implemented Interfaces:
IBorderAttributes

public class SingleCommentLine
extends CommentLine

Single-line comment line in a comment region.

Since:
3.0

Field Summary
static java.lang.String SINGLE_COMMENT_PREFIX
          Line prefix for single line comments
 
Fields inherited from interface org.eclipse.jdt.internal.formatter.comment.IBorderAttributes
BORDER_LOWER, BORDER_UPPER
 
Method Summary
 
Methods inherited from class org.eclipse.jdt.internal.formatter.comment.CommentLine
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SINGLE_COMMENT_PREFIX

public static final java.lang.String SINGLE_COMMENT_PREFIX
Line prefix for single line comments

See Also:
Constant Field Values