Uses of Class
com.google.api.generator.engine.ast.AnnotationNode
Packages that use AnnotationNode
Package
Description
-
Uses of AnnotationNode in com.google.api.generator.engine.ast
Fields in com.google.api.generator.engine.ast declared as AnnotationNodeModifier and TypeFieldDescriptionstatic AnnotationNodeAnnotationNode.DEPRECATEDstatic AnnotationNodeAnnotationNode.OVERRIDEMethods in com.google.api.generator.engine.ast that return AnnotationNodeModifier and TypeMethodDescriptionAnnotationNode.Builder.build()static AnnotationNodeAnnotationNode.withSuppressWarnings(String description) static AnnotationNodestatic AnnotationNodeAnnotationNode.withTypeAndDescription(TypeNode type, String description) static AnnotationNodeAnnotationNode.withTypeAndDescription(TypeNode type, List<Expr> exprList) Methods in com.google.api.generator.engine.ast that return types with arguments of type AnnotationNodeModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList<AnnotationNode>ClassDefinition.annotations()abstract com.google.common.collect.ImmutableList<AnnotationNode>MethodDefinition.annotations()abstract com.google.common.collect.ImmutableList<AnnotationNode>PackageInfoDefinition.annotations()abstract com.google.common.collect.ImmutableList<AnnotationNode>VariableExpr.annotations()Methods in com.google.api.generator.engine.ast with parameters of type AnnotationNodeModifier and TypeMethodDescriptionPackageInfoDefinition.Builder.setAnnotations(AnnotationNode... annotations) voidAstNodeVisitor.visit(AnnotationNode annotation) Method parameters in com.google.api.generator.engine.ast with type arguments of type AnnotationNodeModifier and TypeMethodDescriptionabstract ClassDefinition.BuilderClassDefinition.Builder.setAnnotations(List<AnnotationNode> annotations) abstract MethodDefinition.BuilderMethodDefinition.Builder.setAnnotations(List<AnnotationNode> annotations) abstract PackageInfoDefinition.BuilderPackageInfoDefinition.Builder.setAnnotations(List<AnnotationNode> annotations) abstract VariableExpr.BuilderVariableExpr.Builder.setAnnotations(List<AnnotationNode> annotations) -
Uses of AnnotationNode in com.google.api.generator.engine.writer
Methods in com.google.api.generator.engine.writer with parameters of type AnnotationNodeModifier and TypeMethodDescriptionvoidImportWriterVisitor.visit(AnnotationNode annotation) voidJavaWriterVisitor.visit(AnnotationNode annotation) -
Uses of AnnotationNode in com.google.api.generator.gapic.composer.common
Fields in com.google.api.generator.gapic.composer.common declared as AnnotationNodeModifier and TypeFieldDescriptionprotected static final AnnotationNodeAbstractServiceClientTestClassComposer.TEST_ANNOTATIONMethods in com.google.api.generator.gapic.composer.common that return types with arguments of type AnnotationNodeModifier and TypeMethodDescriptionprotected List<AnnotationNode>AbstractServiceCallableFactoryClassComposer.createClassAnnotations(Service service, TypeStore typeStore) protected List<AnnotationNode>AbstractTransportServiceStubClassComposer.createClassAnnotations(Service service) Method parameters in com.google.api.generator.gapic.composer.common with type arguments of type AnnotationNodeModifier and TypeMethodDescriptionprotected MethodDefinitionAbstractServiceStubClassComposer.createCallableGetterMethodDefinition(TypeNode returnType, String methodName, List<AnnotationNode> annotations, TypeStore typeStore) protected List<MethodDefinition>AbstractServiceSettingsClassComposer.createNestedBuilderCreatorMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, List<AnnotationNode> annotations) protected List<MethodDefinition>AbstractServiceSettingsClassComposer.createNewBuilderMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, List<AnnotationNode> annotations, CommentStatement comment) -
Uses of AnnotationNode in com.google.api.generator.gapic.composer.grpcrest
Method parameters in com.google.api.generator.gapic.composer.grpcrest with type arguments of type AnnotationNodeModifier and TypeMethodDescriptionprotected List<MethodDefinition>ServiceSettingsClassComposer.createNestedBuilderCreatorMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, List<AnnotationNode> annotations) protected List<MethodDefinition>ServiceSettingsClassComposer.createNewBuilderMethods(Service service, TypeStore typeStore, String newBuilderMethodName, String createDefaultMethodName, List<AnnotationNode> annotations, CommentStatement comment)