org.eclipse.cdt.ui.text
Interface ICPartitions

All Known Implementing Classes:
FastCPartitionScanner

public interface ICPartitions

Definition of C partitioning and its partitions.

Since:
4.0

Field Summary
static java.lang.String C_CHARACTER
          The identifier of the C character partition content type.
static java.lang.String C_MULTI_LINE_COMMENT
          The identifier multi-line comment partition content type.
static java.lang.String C_PARTITIONING
          The identifier of the C partitioning.
static java.lang.String C_PREPROCESSOR
          The identifier of the C preprocessor partition content type.
static java.lang.String C_SINGLE_LINE_COMMENT
          The identifier of the single-line end comment partition content type.
static java.lang.String C_STRING
          The identifier of the C string partition content type.
 

Field Detail

C_PARTITIONING

static final java.lang.String C_PARTITIONING
The identifier of the C partitioning.

See Also:
Constant Field Values

C_SINGLE_LINE_COMMENT

static final java.lang.String C_SINGLE_LINE_COMMENT
The identifier of the single-line end comment partition content type.

See Also:
Constant Field Values

C_MULTI_LINE_COMMENT

static final java.lang.String C_MULTI_LINE_COMMENT
The identifier multi-line comment partition content type.

See Also:
Constant Field Values

C_STRING

static final java.lang.String C_STRING
The identifier of the C string partition content type.

See Also:
Constant Field Values

C_CHARACTER

static final java.lang.String C_CHARACTER
The identifier of the C character partition content type.

See Also:
Constant Field Values

C_PREPROCESSOR

static final java.lang.String C_PREPROCESSOR
The identifier of the C preprocessor partition content type.

See Also:
Constant Field Values