Class PackageInfoDefinition
- java.lang.Object
-
- com.google.api.generator.engine.ast.PackageInfoDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPackageInfoDefinition.Builder
-
Constructor Summary
Constructors Constructor Description PackageInfoDefinition()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaccept(AstNodeVisitor visitor)Writes the syntatically-correct Java code representation of this node.abstract com.google.common.collect.ImmutableList<AnnotationNode>annotations()static PackageInfoDefinition.Builderbuilder()abstract com.google.common.collect.ImmutableList<CommentStatement>fileHeader()abstract com.google.common.collect.ImmutableList<CommentStatement>headerCommentStatements()abstract Stringpakkage()abstract PackageInfoDefinition.BuildertoBuilder()
-
-
-
Method Detail
-
pakkage
public abstract String pakkage()
-
fileHeader
public abstract com.google.common.collect.ImmutableList<CommentStatement> fileHeader()
-
headerCommentStatements
public abstract com.google.common.collect.ImmutableList<CommentStatement> headerCommentStatements()
-
annotations
public abstract com.google.common.collect.ImmutableList<AnnotationNode> annotations()
-
toBuilder
public abstract PackageInfoDefinition.Builder toBuilder()
-
accept
public void accept(AstNodeVisitor visitor)
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node.
-
builder
public static PackageInfoDefinition.Builder builder()
-
-