Class PackageInfoDefinition
java.lang.Object
com.google.api.generator.engine.ast.PackageInfoDefinition
- All Implemented Interfaces:
AstNode
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(AstNodeVisitor visitor) Writes the syntatically-correct Java code representation of this node.abstract com.google.common.collect.ImmutableList<AnnotationNode>builder()abstract com.google.common.collect.ImmutableList<CommentStatement>abstract com.google.common.collect.ImmutableList<CommentStatement>abstract Stringpakkage()abstract PackageInfoDefinition.Builder
-
Constructor Details
-
PackageInfoDefinition
public PackageInfoDefinition()
-
-
Method Details