org.eclipse.jdt.internal.formatter
Interface ICodeFormatterConstants


public interface ICodeFormatterConstants

Internal code formatter constants.

Since:
3.4

Field Summary
static int ANNOTATION_ON_LOCAL_VARIABLE
          annotation on a local variable
static int ANNOTATION_ON_MEMBER
          annotation on a member (type, method, field)
static int ANNOTATION_ON_PARAMETER
          annotation on a parameter
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_MEMBER

static final int ANNOTATION_ON_MEMBER
annotation on a member (type, method, field)

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