org.aspectj.org.eclipse.jdt.internal.formatter
Interface ICodeFormatterConstants


public interface ICodeFormatterConstants

Internal code formatter constants.

Since:
3.4

Field Summary
static int ANNOTATION_ON_FIELD
          annotation on a field
static int ANNOTATION_ON_LOCAL_VARIABLE
          annotation on a local variable
static int ANNOTATION_ON_METHOD
          annotation on a method
static int ANNOTATION_ON_PACKAGE
          annotation on a package
static int ANNOTATION_ON_PARAMETER
          annotation on a parameter
static int ANNOTATION_ON_TYPE
          annotation on a type
static int ANNOTATION_UNSPECIFIED
          annotation on unspecified source
 

Field Detail

ANNOTATION_UNSPECIFIED

static final int ANNOTATION_UNSPECIFIED
annotation on unspecified source

See Also:
Constant Field Values

ANNOTATION_ON_TYPE

static final int ANNOTATION_ON_TYPE
annotation on a type

See Also:
Constant Field Values

ANNOTATION_ON_FIELD

static final int ANNOTATION_ON_FIELD
annotation on a field

See Also:
Constant Field Values

ANNOTATION_ON_METHOD

static final int ANNOTATION_ON_METHOD
annotation on a method

See Also:
Constant Field Values

ANNOTATION_ON_PACKAGE

static final int ANNOTATION_ON_PACKAGE
annotation on a package

See Also:
Constant Field Values

ANNOTATION_ON_PARAMETER

static final int ANNOTATION_ON_PARAMETER
annotation on a parameter

See Also:
Constant Field Values

ANNOTATION_ON_LOCAL_VARIABLE

static final int ANNOTATION_ON_LOCAL_VARIABLE
annotation on a local variable

See Also:
Constant Field Values