| Package | Description |
|---|---|
| com.google.api.generator.engine.ast | |
| com.google.api.generator.engine.writer |
| Modifier and Type | Method and Description |
|---|---|
ArrayExpr |
ArrayExpr.Builder.build() |
static ArrayExpr |
ArrayExpr.withExprs(Expr... exprs) |
static ArrayExpr |
ArrayExpr.withStrings(String... stringValues) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationNode.Builder |
AnnotationNode.Builder.setDescription(ArrayExpr arrayExpr)
To set single ArrayExpr as description.
|
void |
AstNodeVisitor.visit(ArrayExpr expr) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaWriterVisitor.visit(ArrayExpr expr) |
void |
ImportWriterVisitor.visit(ArrayExpr expr) |
Copyright © 2022 Google LLC. All rights reserved.