| Modifier and Type | Class and Description |
|---|---|
static class |
PackageInfoDefinition.Builder |
| Constructor and Description |
|---|
PackageInfoDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstNodeVisitor visitor)
Writes the syntatically-correct Java code representation of this node.
|
abstract com.google.common.collect.ImmutableList<AnnotationNode> |
annotations() |
static PackageInfoDefinition.Builder |
builder() |
abstract com.google.common.collect.ImmutableList<CommentStatement> |
fileHeader() |
abstract com.google.common.collect.ImmutableList<CommentStatement> |
headerCommentStatements() |
abstract String |
pakkage() |
abstract PackageInfoDefinition.Builder |
toBuilder() |
public abstract String pakkage()
public abstract com.google.common.collect.ImmutableList<CommentStatement> fileHeader()
public abstract com.google.common.collect.ImmutableList<CommentStatement> headerCommentStatements()
public abstract com.google.common.collect.ImmutableList<AnnotationNode> annotations()
public abstract PackageInfoDefinition.Builder toBuilder()
public void accept(AstNodeVisitor visitor)
AstNodepublic static PackageInfoDefinition.Builder builder()
Copyright © 2022 Google LLC. All rights reserved.