org.eclipse.jdt.internal.codeassist
Interface RelevanceConstants

All Known Implementing Classes:
AbstractJavadocCompletionModelTest, AbstractJavaModelCompletionTests, CompletionContextTests, CompletionContextTests_1_5, CompletionEngine, CompletionTests, CompletionTests_1_5, CompletionTests2, CompletionWithMissingTypesTests, CompletionWithMissingTypesTests_1_5, CompletionWithMissingTypesTests2, JavadocBugsCompletionModelTest, JavadocCompletionContextTests, JavadocCompletionContextTests_1_5, JavadocFieldCompletionModelTest, JavadocMethodCompletionModelTest, JavadocPackageCompletionModelTest, JavadocTextCompletionModelTest, JavadocTypeCompletionModelTest, SnippetCompletionContextTests, SnippetCompletionTests, SnippetCompletionTests_1_5

public interface RelevanceConstants


Field Summary
static int R_ABSTRACT_METHOD
           
static int R_ANNOTATION
           
static int R_CAMEL_CASE
           
static int R_CASE
           
static int R_CLASS
           
static int R_DEFAULT
           
static int R_ENUM
           
static int R_ENUM_CONSTANT
           
static int R_EXACT_EXPECTED_TYPE
           
static int R_EXACT_NAME
           
static int R_EXCEPTION
           
static int R_EXPECTED_TYPE
           
static int R_INLINE_TAG
           
static int R_INTERESTING
           
static int R_INTERFACE
           
static int R_METHOD_OVERIDE
           
static int R_NAME_FIRST_PREFIX
           
static int R_NAME_FIRST_SUFFIX
           
static int R_NAME_LESS_NEW_CHARACTERS
           
static int R_NAME_PREFIX
           
static int R_NAME_SUFFIX
           
static int R_NO_PROBLEMS
           
static int R_NON_INHERITED
           
static int R_NON_RESTRICTED
           
static int R_NON_STATIC
           
static int R_QUALIFIED
           
static int R_RESOLVED
           
static int R_TARGET
           
static int R_TRUE_OR_FALSE
           
static int R_UNQUALIFIED
           
static int R_VALUE_TAG
           
 

Field Detail

R_DEFAULT

static final int R_DEFAULT
See Also:
Constant Field Values

R_INTERESTING

static final int R_INTERESTING
See Also:
Constant Field Values

R_CASE

static final int R_CASE
See Also:
Constant Field Values

R_CAMEL_CASE

static final int R_CAMEL_CASE
See Also:
Constant Field Values

R_EXACT_NAME

static final int R_EXACT_NAME
See Also:
Constant Field Values

R_EXPECTED_TYPE

static final int R_EXPECTED_TYPE
See Also:
Constant Field Values

R_EXACT_EXPECTED_TYPE

static final int R_EXACT_EXPECTED_TYPE
See Also:
Constant Field Values

R_INTERFACE

static final int R_INTERFACE
See Also:
Constant Field Values

R_CLASS

static final int R_CLASS
See Also:
Constant Field Values

R_ENUM

static final int R_ENUM
See Also:
Constant Field Values

R_ANNOTATION

static final int R_ANNOTATION
See Also:
Constant Field Values

R_EXCEPTION

static final int R_EXCEPTION
See Also:
Constant Field Values

R_ENUM_CONSTANT

static final int R_ENUM_CONSTANT
See Also:
Constant Field Values

R_ABSTRACT_METHOD

static final int R_ABSTRACT_METHOD
See Also:
Constant Field Values

R_NON_STATIC

static final int R_NON_STATIC
See Also:
Constant Field Values

R_UNQUALIFIED

static final int R_UNQUALIFIED
See Also:
Constant Field Values

R_QUALIFIED

static final int R_QUALIFIED
See Also:
Constant Field Values

R_NAME_FIRST_PREFIX

static final int R_NAME_FIRST_PREFIX
See Also:
Constant Field Values

R_NAME_PREFIX

static final int R_NAME_PREFIX
See Also:
Constant Field Values

R_NAME_FIRST_SUFFIX

static final int R_NAME_FIRST_SUFFIX
See Also:
Constant Field Values

R_NAME_SUFFIX

static final int R_NAME_SUFFIX
See Also:
Constant Field Values

R_NAME_LESS_NEW_CHARACTERS

static final int R_NAME_LESS_NEW_CHARACTERS
See Also:
Constant Field Values

R_METHOD_OVERIDE

static final int R_METHOD_OVERIDE
See Also:
Constant Field Values

R_NON_RESTRICTED

static final int R_NON_RESTRICTED
See Also:
Constant Field Values

R_TRUE_OR_FALSE

static final int R_TRUE_OR_FALSE
See Also:
Constant Field Values

R_INLINE_TAG

static final int R_INLINE_TAG
See Also:
Constant Field Values

R_VALUE_TAG

static final int R_VALUE_TAG
See Also:
Constant Field Values

R_NON_INHERITED

static final int R_NON_INHERITED
See Also:
Constant Field Values

R_NO_PROBLEMS

static final int R_NO_PROBLEMS
See Also:
Constant Field Values

R_RESOLVED

static final int R_RESOLVED
See Also:
Constant Field Values

R_TARGET

static final int R_TARGET
See Also:
Constant Field Values