|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.internal.formatter.comment.CommentLine
org.eclipse.jdt.internal.formatter.comment.MultiCommentLine
public class MultiCommentLine
Multi-line comment line in a comment region.
Field Summary | |
---|---|
static java.lang.String |
MULTI_COMMENT_CONTENT_PREFIX
Line prefix of multi-line comment content lines |
static java.lang.String |
MULTI_COMMENT_END_PREFIX
Line prefix of multi-line comment end lines |
static java.lang.String |
MULTI_COMMENT_START_PREFIX
Line prefix of multi-line comment content lines |
Fields inherited from interface org.eclipse.jdt.internal.formatter.comment.ICommentAttributes |
---|
COMMENT_BLANKLINE, COMMENT_BREAK, COMMENT_CLOSE, COMMENT_CODE, COMMENT_FIRST_TOKEN, COMMENT_HTML, COMMENT_IMMUTABLE, COMMENT_NEWLINE, COMMENT_OPEN, COMMENT_PARAGRAPH, COMMENT_PARAMETER, COMMENT_ROOT, COMMENT_SEPARATOR, COMMENT_STARTS_WITH_RANGE_DELIMITER |
Fields inherited from interface org.eclipse.jdt.internal.formatter.comment.IHtmlTagDelimiters |
---|
HTML_CLOSE_PREFIX, HTML_TAG_POSTFIX, HTML_TAG_PREFIX |
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 |
---|
public static final java.lang.String MULTI_COMMENT_CONTENT_PREFIX
public static final java.lang.String MULTI_COMMENT_END_PREFIX
public static final java.lang.String MULTI_COMMENT_START_PREFIX
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |