org.eclipse.jdt.internal.formatter.comment
Interface ICommentAttributes

All Known Implementing Classes:
CommentRange, CommentRegion, JavaDocLine, JavaDocRegion, MultiCommentLine, MultiCommentRegion

public interface ICommentAttributes

General comment range attributes.

Since:
3.0

Field Summary
static int COMMENT_BLANKLINE
          Range has blank line attribute
static int COMMENT_BREAK
          Range has line break attribute
static int COMMENT_CLOSE
          Range has close tag attribute
static int COMMENT_CODE
          Range has source code attribute
static int COMMENT_FIRST_TOKEN
          Range is the first token on the line in the original source
static int COMMENT_HTML
          Range has html tag attribute
static int COMMENT_IMMUTABLE
          Range has the immutable region attribute
static int COMMENT_NEWLINE
          Range has new line attribute
static int COMMENT_OPEN
          Range has open tag attribute
static int COMMENT_PARAGRAPH
          Range has paragraph attribute
static int COMMENT_PARAMETER
          Range has parameter tag attribute
static int COMMENT_ROOT
          Range has root tag attribute
static int COMMENT_SEPARATOR
          Range has paragraph separator attribute
static int COMMENT_STARTS_WITH_RANGE_DELIMITER
          Range was preceded by whitespace / line delimiters
 

Field Detail

COMMENT_BLANKLINE

static final int COMMENT_BLANKLINE
Range has blank line attribute

See Also:
Constant Field Values

COMMENT_BREAK

static final int COMMENT_BREAK
Range has line break attribute

See Also:
Constant Field Values

COMMENT_CLOSE

static final int COMMENT_CLOSE
Range has close tag attribute

See Also:
Constant Field Values

COMMENT_CODE

static final int COMMENT_CODE
Range has source code attribute

See Also:
Constant Field Values

COMMENT_HTML

static final int COMMENT_HTML
Range has html tag attribute

See Also:
Constant Field Values

COMMENT_IMMUTABLE

static final int COMMENT_IMMUTABLE
Range has the immutable region attribute

See Also:
Constant Field Values

COMMENT_NEWLINE

static final int COMMENT_NEWLINE
Range has new line attribute

See Also:
Constant Field Values

COMMENT_OPEN

static final int COMMENT_OPEN
Range has open tag attribute

See Also:
Constant Field Values

COMMENT_PARAGRAPH

static final int COMMENT_PARAGRAPH
Range has paragraph attribute

See Also:
Constant Field Values

COMMENT_PARAMETER

static final int COMMENT_PARAMETER
Range has parameter tag attribute

See Also:
Constant Field Values

COMMENT_ROOT

static final int COMMENT_ROOT
Range has root tag attribute

See Also:
Constant Field Values

COMMENT_SEPARATOR

static final int COMMENT_SEPARATOR
Range has paragraph separator attribute

See Also:
Constant Field Values

COMMENT_FIRST_TOKEN

static final int COMMENT_FIRST_TOKEN
Range is the first token on the line in the original source

See Also:
Constant Field Values

COMMENT_STARTS_WITH_RANGE_DELIMITER

static final int COMMENT_STARTS_WITH_RANGE_DELIMITER
Range was preceded by whitespace / line delimiters

Since:
3.1
See Also:
Constant Field Values