Home
last modified time | relevance | path

Searched refs:headerCommentStatements (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
H A DPackageInfoDefinition.java29 public abstract ImmutableList<CommentStatement> headerCommentStatements(); in headerCommentStatements() method in PackageInfoDefinition
62 List<CommentStatement> headerCommentStatements); in setHeaderCommentStatements() argument
77 packageInfo.headerCommentStatements(), "header comments", contextInfo); in build()
H A DClassDefinition.java44 public abstract ImmutableList<CommentStatement> headerCommentStatements(); in headerCommentStatements() method in ClassDefinition
106 List<CommentStatement> headerCommentStatements); in setHeaderCommentStatements() argument
215 classDef.headerCommentStatements(), "header comments", contextInfo); in performNullChecks()
H A DMethodDefinition.java40 public abstract ImmutableList<CommentStatement> headerCommentStatements(); in headerCommentStatements() method in MethodDefinition
175 abstract ImmutableList<CommentStatement> headerCommentStatements(); in headerCommentStatements() method in MethodDefinition.Builder
379 NodeValidator.checkNoNullElements(headerCommentStatements(), "header comments", contextInfo); in performNullChecks()
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/writer/
H A DJavaWriterVisitor.java817 statements(methodDefinition.headerCommentStatements().stream().collect(Collectors.toList())); in visit()
952 statements(classDefinition.headerCommentStatements().stream().collect(Collectors.toList())); in visit()
1039 packageInfoDefinition.headerCommentStatements().stream().collect(Collectors.toList())); in visit()