org.eclipse.jdt.internal.compiler.lookup
Interface TagBits


public interface TagBits


Field Summary
static long AllStandardAnnotationsMask
           
static long AnnotationClassRetention
           
static long AnnotationDeprecated
           
static long AnnotationDocumented
           
static long AnnotationForAnnotationType
           
static long AnnotationForConstructor
           
static long AnnotationForField
           
static long AnnotationForLocalVariable
           
static long AnnotationForMethod
           
static long AnnotationForPackage
           
static long AnnotationForParameter
           
static long AnnotationForType
           
static long AnnotationInherited
           
static long AnnotationOverride
           
static long AnnotationPolymorphicSignature
           
static long AnnotationResolved
           
static long AnnotationRetentionMASK
           
static long AnnotationRuntimeRetention
           
static long AnnotationSafeVarargs
           
static long AnnotationSourceRetention
           
static long AnnotationSuppressWarnings
           
static long AnnotationTarget
           
static long AnnotationTargetMASK
           
static long AnonymousTypeMask
           
static long AreFieldsComplete
           
static long AreFieldsSorted
           
static long AreMethodsComplete
           
static long AreMethodsSorted
           
static long BeginAnnotationCheck
           
static long BeginHierarchyCheck
           
static long ClearPrivateModifier
           
static long ContainsNestedTypeReferences
           
static long DefaultValueResolved
           
static long DeprecatedAnnotationResolved
           
static long EndAnnotationCheck
           
static long EndHierarchyCheck
           
static long ForcedToBeRawType
           
static long HasDirectWildcard
           
static long HasMissingType
           
static long HasNoMemberTypes
           
static long HasNonPrivateConstructor
           
static long HasParameterAnnotations
           
static long HasTypeVariable
           
static long HasUncheckedTypeArgumentForBoundCheck
           
static long HasUnresolvedArguments
           
static long HasUnresolvedEnclosingType
           
static long HasUnresolvedMemberTypes
           
static long HasUnresolvedSuperclass
           
static long HasUnresolvedSuperinterfaces
           
static long HasUnresolvedTypeVariables
           
static long HierarchyHasProblems
           
static long IsAnonymousType
           
static long IsArgument
           
static long IsArrayType
           
static long IsBaseType
           
static long IsBinaryBinding
           
static long IsBoundParameterizedType
           
static long IsEffectivelyFinal
           
static long IsLocalType
           
static long IsMemberType
           
static long IsNestedType
           
static long IsResource
           
static long KnowsDefaultAbstractMethods
           
static long LocalTypeMask
           
static long MemberTypeMask
           
static long MultiCatchParameter
           
static long NotInitialized
           
static long PassedBoundCheck
           
static long PauseHierarchyCheck
           
static long TypeVariablesAreConnected
           
 

Field Detail

IsArrayType

static final long IsArrayType
See Also:
Constant Field Values

IsBaseType

static final long IsBaseType
See Also:
Constant Field Values

IsNestedType

static final long IsNestedType
See Also:
Constant Field Values

IsMemberType

static final long IsMemberType
See Also:
Constant Field Values

ContainsNestedTypeReferences

static final long ContainsNestedTypeReferences
See Also:
Constant Field Values

MemberTypeMask

static final long MemberTypeMask
See Also:
Constant Field Values

IsLocalType

static final long IsLocalType
See Also:
Constant Field Values

LocalTypeMask

static final long LocalTypeMask
See Also:
Constant Field Values

IsAnonymousType

static final long IsAnonymousType
See Also:
Constant Field Values

AnonymousTypeMask

static final long AnonymousTypeMask
See Also:
Constant Field Values

IsBinaryBinding

static final long IsBinaryBinding
See Also:
Constant Field Values

HasMissingType

static final long HasMissingType
See Also:
Constant Field Values

HasUncheckedTypeArgumentForBoundCheck

static final long HasUncheckedTypeArgumentForBoundCheck
See Also:
Constant Field Values

NotInitialized

static final long NotInitialized
See Also:
Constant Field Values

ForcedToBeRawType

static final long ForcedToBeRawType
See Also:
Constant Field Values

HasUnresolvedArguments

static final long HasUnresolvedArguments
See Also:
Constant Field Values

BeginHierarchyCheck

static final long BeginHierarchyCheck
See Also:
Constant Field Values

EndHierarchyCheck

static final long EndHierarchyCheck
See Also:
Constant Field Values

PauseHierarchyCheck

static final long PauseHierarchyCheck
See Also:
Constant Field Values

HasParameterAnnotations

static final long HasParameterAnnotations
See Also:
Constant Field Values

KnowsDefaultAbstractMethods

static final long KnowsDefaultAbstractMethods
See Also:
Constant Field Values

IsArgument

static final long IsArgument
See Also:
Constant Field Values

ClearPrivateModifier

static final long ClearPrivateModifier
See Also:
Constant Field Values

IsEffectivelyFinal

static final long IsEffectivelyFinal
See Also:
Constant Field Values

MultiCatchParameter

static final long MultiCatchParameter
See Also:
Constant Field Values

IsResource

static final long IsResource
See Also:
Constant Field Values

AreFieldsSorted

static final long AreFieldsSorted
See Also:
Constant Field Values

AreFieldsComplete

static final long AreFieldsComplete
See Also:
Constant Field Values

AreMethodsSorted

static final long AreMethodsSorted
See Also:
Constant Field Values

AreMethodsComplete

static final long AreMethodsComplete
See Also:
Constant Field Values

HasNoMemberTypes

static final long HasNoMemberTypes
See Also:
Constant Field Values

HierarchyHasProblems

static final long HierarchyHasProblems
See Also:
Constant Field Values

TypeVariablesAreConnected

static final long TypeVariablesAreConnected
See Also:
Constant Field Values

PassedBoundCheck

static final long PassedBoundCheck
See Also:
Constant Field Values

IsBoundParameterizedType

static final long IsBoundParameterizedType
See Also:
Constant Field Values

HasUnresolvedTypeVariables

static final long HasUnresolvedTypeVariables
See Also:
Constant Field Values

HasUnresolvedSuperclass

static final long HasUnresolvedSuperclass
See Also:
Constant Field Values

HasUnresolvedSuperinterfaces

static final long HasUnresolvedSuperinterfaces
See Also:
Constant Field Values

HasUnresolvedEnclosingType

static final long HasUnresolvedEnclosingType
See Also:
Constant Field Values

HasUnresolvedMemberTypes

static final long HasUnresolvedMemberTypes
See Also:
Constant Field Values

HasTypeVariable

static final long HasTypeVariable
See Also:
Constant Field Values

HasDirectWildcard

static final long HasDirectWildcard
See Also:
Constant Field Values

BeginAnnotationCheck

static final long BeginAnnotationCheck
See Also:
Constant Field Values

EndAnnotationCheck

static final long EndAnnotationCheck
See Also:
Constant Field Values

AnnotationResolved

static final long AnnotationResolved
See Also:
Constant Field Values

DeprecatedAnnotationResolved

static final long DeprecatedAnnotationResolved
See Also:
Constant Field Values

AnnotationTarget

static final long AnnotationTarget
See Also:
Constant Field Values

AnnotationForType

static final long AnnotationForType
See Also:
Constant Field Values

AnnotationForField

static final long AnnotationForField
See Also:
Constant Field Values

AnnotationForMethod

static final long AnnotationForMethod
See Also:
Constant Field Values

AnnotationForParameter

static final long AnnotationForParameter
See Also:
Constant Field Values

AnnotationForConstructor

static final long AnnotationForConstructor
See Also:
Constant Field Values

AnnotationForLocalVariable

static final long AnnotationForLocalVariable
See Also:
Constant Field Values

AnnotationForAnnotationType

static final long AnnotationForAnnotationType
See Also:
Constant Field Values

AnnotationForPackage

static final long AnnotationForPackage
See Also:
Constant Field Values

AnnotationTargetMASK

static final long AnnotationTargetMASK
See Also:
Constant Field Values

AnnotationSourceRetention

static final long AnnotationSourceRetention
See Also:
Constant Field Values

AnnotationClassRetention

static final long AnnotationClassRetention
See Also:
Constant Field Values

AnnotationRuntimeRetention

static final long AnnotationRuntimeRetention
See Also:
Constant Field Values

AnnotationRetentionMASK

static final long AnnotationRetentionMASK
See Also:
Constant Field Values

AnnotationDeprecated

static final long AnnotationDeprecated
See Also:
Constant Field Values

AnnotationDocumented

static final long AnnotationDocumented
See Also:
Constant Field Values

AnnotationInherited

static final long AnnotationInherited
See Also:
Constant Field Values

AnnotationOverride

static final long AnnotationOverride
See Also:
Constant Field Values

AnnotationSuppressWarnings

static final long AnnotationSuppressWarnings
See Also:
Constant Field Values

AnnotationSafeVarargs

static final long AnnotationSafeVarargs
Since:
3.7 - java 7 safe vargs invocation
See Also:
Constant Field Values

AnnotationPolymorphicSignature

static final long AnnotationPolymorphicSignature
Since:
3.7 - java 7 MethodHandle.invokeExact(..)/invokeGeneric(..)
See Also:
Constant Field Values

AllStandardAnnotationsMask

static final long AllStandardAnnotationsMask
See Also:
Constant Field Values

DefaultValueResolved

static final long DefaultValueResolved
See Also:
Constant Field Values

HasNonPrivateConstructor

static final long HasNonPrivateConstructor
See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.