| Package | Description |
|---|---|
| com.google.api.generator.engine.ast | |
| com.google.api.generator.engine.writer |
| Modifier and Type | Method and Description |
|---|---|
abstract ValueExpr |
ValueExpr.Builder.build() |
static ValueExpr |
ValueExpr.createNullExpr() |
static ValueExpr |
ValueExpr.withValue(Value value) |
| Modifier and Type | Method and Description |
|---|---|
static GeneralForStatement |
GeneralForStatement.incrementWith(VariableExpr localVariableExpr,
ValueExpr initialValueExpr,
Expr maxSizeExpr,
List<Statement> body) |
AnnotationNode.Builder |
AnnotationNode.Builder.setDescription(ValueExpr valueExpr)
To set single ValueExpr as description.
|
void |
AstNodeVisitor.visit(ValueExpr valueExpr)
=============================== EXPRESSIONS ===============================
|
| Modifier and Type | Method and Description |
|---|---|
void |
JavaWriterVisitor.visit(ValueExpr valueExpr)
=============================== EXPRESSIONS ===============================
|
void |
ImportWriterVisitor.visit(ValueExpr valueExpr)
=============================== EXPRESSIONS ===============================
|
Copyright © 2022 Google LLC. All rights reserved.