Home
last modified time | relevance | path

Searched +defs:isAbstract +defs:annotations (Results 1 – 25 of 663) sorted by relevance

12345678910>>...27

/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
H A DMethodDefinition.java42 public abstract ImmutableList<AnnotationNode> annotations(); in annotations() method in MethodDefinition
53 public abstract boolean isAbstract(); in isAbstract() method in MethodDefinition
131 public abstract Builder setAnnotations(List<AnnotationNode> annotations); in setAnnotations()
137 public abstract Builder setIsAbstract(boolean isAbstract); in setIsAbstract()
177 abstract ImmutableList<AnnotationNode> annotations(); in annotations() method in MethodDefinition.Builder
185 abstract boolean isAbstract(); in isAbstract() method in MethodDefinition.Builder
H A DClassDefinition.java46 public abstract ImmutableList<AnnotationNode> annotations(); in annotations() method in ClassDefinition
58 public abstract boolean isAbstract(); in isAbstract() method in ClassDefinition
116 public abstract Builder setAnnotations(List<AnnotationNode> annotations); in setAnnotations()
118 public abstract Builder setIsAbstract(boolean isAbstract); in setIsAbstract()
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
H A DModifierList.kt20 fun annotations(): List<AnnotationItem> in annotations() method
32 fun isAbstract(): Boolean in annotations() method
H A DModifierListWriter.kt137 val isAbstract = list.isAbstract() in <lambda>() constant
268 var annotations = list.annotations() in <lambda>() variable
H A DDefaultModifierList.kt53 protected var annotations: List<AnnotationItem> = emptyList(), variable in com.android.tools.metalava.model.DefaultBaseModifierList
69 override fun annotations(): List<AnnotationItem> { in annotations() method in com.android.tools.metalava.model.DefaultBaseModifierList
103 override fun isAbstract(): Boolean { in isAbstract() method in com.android.tools.metalava.model.DefaultBaseModifierList
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/
H A DXElements.java171 public static boolean isAbstract(XElement element) { in isAbstract() 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()
/aosp_15_r20/external/dokka/core/src/main/kotlin/javadoc/
H A Ddocbase.kt100 …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
366 override fun isAbstract(): Boolean = false // TODO in overriddenClass() method
420 …override fun isAbstract(): Boolean = classNode.details(NodeKind.Modifier).any { it.name == "abstra… in constantValue() method
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DClassInfo.java97 boolean isStatic, boolean isInterface, boolean isAbstract, boolean isOrdinaryClass, in ClassInfo()
117 boolean isStatic, boolean isInterface, boolean isAbstract, boolean isOrdinaryClass, in initialize()
119 …luded, String qualifiedTypeName, boolean isPrimitive, ArrayList<AnnotationInstanceInfo> annotation… in initialize()
151 TypeInfo superclassType, ArrayList<AnnotationInstanceInfo> annotations) { in init()
287 public boolean isAbstract() { in isAbstract() method in ClassInfo
658 public ArrayList<AnnotationInstanceInfo> annotations() { in annotations() method in ClassInfo
2131 public void setAnnotations(ArrayList<AnnotationInstanceInfo> annotations) { in setAnnotations()
H A DMethodInfo.java282 boolean isStatic, boolean isSynthetic, boolean isAbstract, boolean isSynchronized, in MethodInfo()
286 SourcePositionInfo position, ArrayList<AnnotationInstanceInfo> annotations) { in MethodInfo()
312 public boolean isAbstract() { in isAbstract() method in MethodInfo
H A DInfoBuilder.java316 private static void printAnnotations(ArrayList<AnnotationInstanceInfo> annotations) { in printAnnotations()
1927 public boolean isAbstract() { in isAbstract() method in InfoBuilder.Modifiers
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/synthetic/
H A DKSConstructorSyntheticImpl.kt37 override val isAbstract: Boolean = false constant in com.google.devtools.ksp.symbol.impl.synthetic.KSConstructorSyntheticImpl
73 override val annotations: Sequence<KSAnnotation> = emptySequence() constant in com.google.devtools.ksp.symbol.impl.synthetic.KSConstructorSyntheticImpl
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/
H A DKSFunctionDeclarationJavaImpl.kt47 override val annotations: Sequence<KSAnnotation> by lazy { in <lambda>() constant in com.google.devtools.ksp.symbol.impl.java.KSFunctionDeclarationJavaImpl
69 override val isAbstract: Boolean by lazy { in <lambda>() constant in com.google.devtools.ksp.symbol.impl.java.KSFunctionDeclarationJavaImpl
/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
498 override val annotations: MutableList<AnnotationSpec> = mutableListOf() in <lambda>() constant
800 … val isAbstract = ABSTRACT in modifiers || SEALED in modifiers || kind == Kind.INTERFACE || isEnum in <lambda>() constant
/aosp_15_r20/external/guava/android/guava/src/com/google/common/reflect/
H A DInvokable.java188 public final boolean isAbstract() { in isAbstract() method in Invokable
277 Annotation[][] annotations = getParameterAnnotations(); in getParameters() local
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex30/aar/
Dlint.jar ... .UAnnotation annotation boolean isKotlin java.util.List annotations String annotationClass String defaultRetention String expectedRetention String actualRetention org. ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex10000/aar/
Dlint.jar ... .UAnnotation annotation boolean isKotlin java.util.List annotations String annotationClass String defaultRetention String expectedRetention String actualRetention org. ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common/aar/
Dlint.jar ... .UAnnotation annotation boolean isKotlin java.util.List annotations String annotationClass String defaultRetention String expectedRetention String actualRetention org. ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex33/aar/
Dlint.jar ... .UAnnotation annotation boolean isKotlin java.util.List annotations String annotationClass String defaultRetention String expectedRetention String actualRetention org. ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex34/aar/
Dlint.jar ... .UAnnotation annotation boolean isKotlin java.util.List annotations String annotationClass String defaultRetention String expectedRetention String actualRetention org. ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/annotation/annotation-experimental/1.5.0-alpha01/androidx.annotation_annotation-experimental/android_common_apex35/aar/
Dlint.jar ... .UAnnotation annotation boolean isKotlin java.util.List annotations String annotationClass String defaultRetention String expectedRetention String actualRetention org. ...
/aosp_15_r20/external/guava/guava/src/com/google/common/reflect/
H A DInvokable.java189 public final boolean isAbstract() { in isAbstract() method in Invokable
278 Annotation[][] annotations = getParameterAnnotations(); in getParameters() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
HDjavaparser-core-3.3.0.jar ... final com.github.javaparser.ast.NodeList annotations final com.github.javaparser.JavaToken begin public ...
/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
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/search/SettingsLib-annotation-processor/linux_glibc_common/withres/
DSettingsLib-annotation-processor.jar ... .io.IOException e java.util.Set annotations javax.annotation.processing.RoundEnvironment roundEnvironment com. ...
/aosp_15_r20/out/soong/.intermediates/external/javapoet/javapoet/linux_glibc_common/local-javac-header/
Djavapoet.jar ... .javapoet.TypeName componentType java.util.List annotations public com.squareup.javapoet.ArrayTypeName annotated ( ...

12345678910>>...27