public interface TagBits
  • Felddetails

    • IsArrayType

      static final long IsArrayType
      Siehe auch:
    • IsBaseType

      static final long IsBaseType
      Siehe auch:
    • IsNestedType

      static final long IsNestedType
      Siehe auch:
    • IsMemberType

      static final long IsMemberType
      Siehe auch:
    • ContainsNestedTypeReferences

      static final long ContainsNestedTypeReferences
      Siehe auch:
    • MemberTypeMask

      static final long MemberTypeMask
      Siehe auch:
    • IsLocalType

      static final long IsLocalType
      Siehe auch:
    • LocalTypeMask

      static final long LocalTypeMask
      Siehe auch:
    • IsAnonymousType

      static final long IsAnonymousType
      Siehe auch:
    • AnonymousTypeMask

      static final long AnonymousTypeMask
      Siehe auch:
    • IsBinaryBinding

      static final long IsBinaryBinding
      Siehe auch:
    • HasMissingType

      static final long HasMissingType
      Siehe auch:
    • HasUncheckedTypeArgumentForBoundCheck

      static final long HasUncheckedTypeArgumentForBoundCheck
      Siehe auch:
    • ForcedToBeRawType

      static final long ForcedToBeRawType
      Siehe auch:
    • HasUnresolvedArguments

      static final long HasUnresolvedArguments
      Siehe auch:
    • BeginHierarchyCheck

      static final long BeginHierarchyCheck
      Siehe auch:
    • EndHierarchyCheck

      static final long EndHierarchyCheck
      Siehe auch:
    • PauseHierarchyCheck

      static final long PauseHierarchyCheck
      Siehe auch:
    • HasParameterAnnotations

      static final long HasParameterAnnotations
      Siehe auch:
    • KnowsDefaultAbstractMethods

      static final long KnowsDefaultAbstractMethods
      Siehe auch:
    • IsArgument

      static final long IsArgument
      Siehe auch:
    • ClearPrivateModifier

      static final long ClearPrivateModifier
      Siehe auch:
    • IsEffectivelyFinal

      static final long IsEffectivelyFinal
      Siehe auch:
    • MultiCatchParameter

      static final long MultiCatchParameter
      Siehe auch:
    • IsResource

      static final long IsResource
      Siehe auch:
    • IsNullnessKnown

      static final long IsNullnessKnown
      Siehe auch:
    • AreFieldsSorted

      static final long AreFieldsSorted
      Siehe auch:
    • AreFieldsComplete

      static final long AreFieldsComplete
      Siehe auch:
    • AreMethodsSorted

      static final long AreMethodsSorted
      Siehe auch:
    • AreMethodsComplete

      static final long AreMethodsComplete
      Siehe auch:
    • HasNoMemberTypes

      static final long HasNoMemberTypes
      Siehe auch:
    • HierarchyHasProblems

      static final long HierarchyHasProblems
      Siehe auch:
    • TypeVariablesAreConnected

      static final long TypeVariablesAreConnected
      Siehe auch:
    • PassedBoundCheck

      static final long PassedBoundCheck
      Siehe auch:
    • IsBoundParameterizedType

      static final long IsBoundParameterizedType
      Siehe auch:
    • HasAnnotatedVariants

      static final long HasAnnotatedVariants
      Siehe auch:
    • HasUnresolvedTypeVariables

      static final long HasUnresolvedTypeVariables
      Siehe auch:
    • HasUnresolvedSuperclass

      static final long HasUnresolvedSuperclass
      Siehe auch:
    • HasUnresolvedSuperinterfaces

      static final long HasUnresolvedSuperinterfaces
      Siehe auch:
    • HasUnresolvedEnclosingType

      static final long HasUnresolvedEnclosingType
      Siehe auch:
    • HasUnresolvedMemberTypes

      static final long HasUnresolvedMemberTypes
      Siehe auch:
    • HasTypeVariable

      static final long HasTypeVariable
      Siehe auch:
    • HasDirectWildcard

      static final long HasDirectWildcard
      Siehe auch:
    • BeginAnnotationCheck

      static final long BeginAnnotationCheck
      Siehe auch:
    • EndAnnotationCheck

      static final long EndAnnotationCheck
      Siehe auch:
    • AnnotationResolved

      static final long AnnotationResolved
      Siehe auch:
    • DeprecatedAnnotationResolved

      static final long DeprecatedAnnotationResolved
      Siehe auch:
    • AnnotationTarget

      static final long AnnotationTarget
      Siehe auch:
    • AnnotationForType

      static final long AnnotationForType
      Siehe auch:
    • AnnotationForField

      static final long AnnotationForField
      Siehe auch:
    • AnnotationForMethod

      static final long AnnotationForMethod
      Siehe auch:
    • AnnotationForParameter

      static final long AnnotationForParameter
      Siehe auch:
    • AnnotationForConstructor

      static final long AnnotationForConstructor
      Siehe auch:
    • AnnotationForLocalVariable

      static final long AnnotationForLocalVariable
      Siehe auch:
    • AnnotationForAnnotationType

      static final long AnnotationForAnnotationType
      Siehe auch:
    • AnnotationForPackage

      static final long AnnotationForPackage
      Siehe auch:
    • AnnotationForTypeUse

      static final long AnnotationForTypeUse
      Siehe auch:
    • AnnotationForTypeParameter

      static final long AnnotationForTypeParameter
      Siehe auch:
    • AnnotationForModule

      static final long AnnotationForModule
      Siehe auch:
    • AnnotationForRecordComponent

      static final long AnnotationForRecordComponent
      From Java 14
      Siehe auch:
    • AnnotationForDeclarationMASK

      static final long AnnotationForDeclarationMASK
      Siehe auch:
    • AnnotationSourceRetention

      static final long AnnotationSourceRetention
      Siehe auch:
    • AnnotationClassRetention

      static final long AnnotationClassRetention
      Siehe auch:
    • AnnotationRuntimeRetention

      static final long AnnotationRuntimeRetention
      Siehe auch:
    • AnnotationRetentionMASK

      static final long AnnotationRetentionMASK
      Siehe auch:
    • AnnotationDeprecated

      static final long AnnotationDeprecated
      Siehe auch:
    • AnnotationDocumented

      static final long AnnotationDocumented
      Siehe auch:
    • AnnotationInherited

      static final long AnnotationInherited
      Siehe auch:
    • AnnotationOverride

      static final long AnnotationOverride
      Siehe auch:
    • AnnotationSuppressWarnings

      static final long AnnotationSuppressWarnings
      Siehe auch:
    • AnnotationSafeVarargs

      static final long AnnotationSafeVarargs
      Seit:
      3.7 - java 7 safe vargs invocation
      Siehe auch:
    • AnnotationPolymorphicSignature

      static final long AnnotationPolymorphicSignature
      Seit:
      3.7 - java 7 MethodHandle.invokeExact(..)/invoke(..)
      Siehe auch:
    • AnnotationNullable

      static final long AnnotationNullable
      Seit:
      3.8 null annotation for MethodBinding or LocalVariableBinding (argument):
      Siehe auch:
    • AnnotationNonNull

      static final long AnnotationNonNull
      Seit:
      3.8 null annotation for MethodBinding or LocalVariableBinding (argument):
      Siehe auch:
    • AnnotationNonNullByDefault

      @Deprecated static final long AnnotationNonNullByDefault
      Veraltet.
      Seit:
      3.8 null-default annotation for PackageBinding or TypeBinding or MethodBinding:
      Siehe auch:
    • AnnotationNullUnspecifiedByDefault

      @Deprecated static final long AnnotationNullUnspecifiedByDefault
      Veraltet.
      Seit:
      3.8 canceling null-default annotation for PackageBinding or TypeBinding or MethodBinding:
      Siehe auch:
    • AnnotationFunctionalInterface

      static final long AnnotationFunctionalInterface
      From Java 8
      Siehe auch:
    • AnnotationRepeatable

      static final long AnnotationRepeatable
      From Java 8
      Siehe auch:
    • AnnotationTerminallyDeprecated

      static final long AnnotationTerminallyDeprecated
      From Java 9
      Siehe auch:
    • AnnotationTargetMASK

      static final long AnnotationTargetMASK
      Siehe auch:
    • AllStandardAnnotationsMask

      static final long AllStandardAnnotationsMask
      Siehe auch:
    • AnnotationNullMASK

      static final long AnnotationNullMASK
      Siehe auch:
    • HasNullTypeAnnotation

      static final long HasNullTypeAnnotation
      Seit:
      3.10 marks a type that has a nullness annotation directly or on a detail (array dimension/type argument).
      Siehe auch:
    • HasTypeAnnotations

      static final long HasTypeAnnotations
      Siehe auch:
    • DefaultValueResolved

      static final long DefaultValueResolved
      Siehe auch:
    • AnnotationPreviewFeature

      static final long AnnotationPreviewFeature
      Siehe auch:
    • EssentialAPI

      static final long EssentialAPI
      Siehe auch:
    • HasNonPrivateConstructor

      static final long HasNonPrivateConstructor
      Siehe auch:
    • HasCapturedWildcard

      static final long HasCapturedWildcard
      Siehe auch: