Home
last modified time | relevance | path

Searched +defs:isEnum +defs:annotations (Results 1 – 25 of 148) sorted by relevance

123456

/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
H A DModifierListWriter.kt89 val isEnum = containingClass.isEnum() in <lambda>() constant
268 var annotations = list.annotations() in <lambda>() variable
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/
H A DXElements.java224 public static boolean isEnum(XElement element) { in isEnum() method in XElements
280 public static boolean hasAnyAnnotation(XAnnotated annotated, ClassName... annotations) { in hasAnyAnnotation()
285 public static boolean hasAnyAnnotation(XAnnotated annotated, Collection<ClassName> annotations) { in hasAnyAnnotation()
294 XAnnotated annotated, ClassName... annotations) { in getAnyAnnotation()
303 XAnnotated annotated, Collection<ClassName> annotations) { in getAnyAnnotation()
312 XAnnotated annotated, Collection<ClassName> annotations) { in getAllAnnotations()
HDxprocessing.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/room/ androidx/ ...
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DClassInfo.java98 … boolean isException, boolean isError, boolean isEnum, boolean isAnnotation, boolean isFinal, in ClassInfo()
118 … boolean isException, boolean isError, boolean isEnum, boolean isAnnotation, boolean isFinal, in initialize()
119 …luded, String qualifiedTypeName, boolean isPrimitive, ArrayList<AnnotationInstanceInfo> annotation… in initialize()
151 TypeInfo superclassType, ArrayList<AnnotationInstanceInfo> annotations) { in init()
311 public boolean isEnum() { in isEnum() method in ClassInfo
658 public ArrayList<AnnotationInstanceInfo> annotations() { in annotations() method in ClassInfo
2131 public void setAnnotations(ArrayList<AnnotationInstanceInfo> annotations) { in setAnnotations()
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
H A DTypeSpec.kt56 override val annotations: List<AnnotationSpec> = builder.annotations.toImmutableList() in <lambda>() constant
64 public val isEnum: Boolean = builder.isEnum in <lambda>() constant
487 internal val isEnum get() = kind == Kind.CLASS && ENUM in modifiers in <lambda>() constant
498 override val annotations: MutableList<AnnotationSpec> = mutableListOf() in <lambda>() constant
/aosp_15_r20/external/dokka/core/src/main/kotlin/javadoc/
H A Ddocbase.kt39 override fun isEnum(): Boolean = node.kind == NodeKind.Enum in getRawCommentText() method in org.jetbrains.dokka.javadoc.DocumentationNodeBareAdapter
100 …override fun annotations(): Array<out AnnotationDesc> = node.members(NodeKind.AnnotationClass).map… in annotationTypes() method
128 override fun annotations(): Array<out AnnotationDesc>? = nodeAnnotations(this).toTypedArray() in annotationType() method
218 override fun annotations(): Array<out AnnotationDesc> = nodeAnnotations(this).toTypedArray() in underlyingType() method
241 …override fun annotations(): Array<out AnnotationDesc>? = node.members(NodeKind.Annotation).map { A… in <lambda>() method
280 override fun annotations(): Array<out AnnotationDesc> = nodeAnnotations(this).toTypedArray() in typeName() method
286 override fun annotations(): Array<out AnnotationDesc> = nodeAnnotations(this).toTypedArray() in typeName() method
/aosp_15_r20/external/doclava/src/com/google/doclava/apicheck/
H A DApiFile.java378 private static void parseField(Tokenizer tokenizer, ClassInfo cl, String token, boolean isEnum) in parseField()
567 List<AnnotationInstanceInfo> annotations = Collections.emptyList(); in parseParameterList() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DClass.java4045 public boolean isEnum() { in isEnum() method in Class
4299 A[] annotations = GenericDeclaration.super.getAnnotationsByType(annotationClass); in getAnnotationsByType() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/2/libcore/ojluni/src/main/java/java/lang/
DClass.java4045 public boolean isEnum() { in isEnum() method in Class
4299 A[] annotations = GenericDeclaration.super.getAnnotationsByType(annotationClass); in getAnnotationsByType() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DClass.java4045 public boolean isEnum() { in isEnum() method in Class
4299 A[] annotations = GenericDeclaration.super.getAnnotationsByType(annotationClass); in getAnnotationsByType() local
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtClassType.java439 public boolean isEnum() { in isEnum() method in CtClassType
684 List<Object> annotations = new ArrayList<Object>(); in toAnnotationType() local
745 List<Object> annotations = new ArrayList<Object>(); in toAnnotationType() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDlint.jar ... lang.Object { private java.util.List annotations public java.util.List psiAnnotations private void < ...
/aosp_15_r20/external/guice/extensions/persist/lib/
HDhibernate-annotations.jar ... hibernate.annotations public abstract annotation org.hibernate.annotations.AccessType extends java.lang.Object implements java
HDdb4o-6.4.14.8131-java5.jar ... db4o/config/ com/db4o/config/annotations/ com/db4o/config/annotations/reflect ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/kotlin_headers/
Dkotlinpoet.jar ... ClassName getClassName () public static synthetic void getClassName$annotations () public final com.squareup.kotlinpoet. ...
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-tests.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-tests.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/local-javac-header/
Dkotlinpoet.jar ... private static final synthetic com.squareup.kotlinpoet.AnnotationS
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/kotlin/
Dkotlinpoet.jar ... private static final synthetic com.squareup.kotlinpoet.AnnotationS
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/kotlinpoet/1.8.0/
HDkotlinpoet-1.8.0.jar ... .List members private final java.util.List annotations private final String packageName private final String name public final ...
/aosp_15_r20/out/soong/.intermediates/external/javaparser/javaparser/linux_glibc_common/local-javac-header/
Djavaparser.jar ... ParseException com.github.javaparser.ast.NodeList annotations com.github.javaparser.ast.expr. ...
/aosp_15_r20/out/soong/.intermediates/external/javaparser/javaparser/linux_glibc_common/javac/
Djavaparser.jar ... ParseException com.github.javaparser.ast.NodeList annotations com.github.javaparser.ast.expr. ...
/aosp_15_r20/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/dagger2/dagger2-room-compiler-processing/linux_glibc_common/local-combined/
Ddagger2-room-compiler-processing.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/room-compiler- ...
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-model/metalava-model/linux_glibc_common/javac-header/
Dmetalava-model.jar ... META-INF/maven/org.jetbrains/annotations/ META-INF/maven/org.jetbrains ...

123456