| Modifier and Type | Class and Description |
|---|---|
static class |
ArrayExpr.Builder |
| Constructor and Description |
|---|
ArrayExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstNodeVisitor visitor)
Writes the syntatically-correct Java code representation of this node.
|
static ArrayExpr.Builder |
builder() |
abstract List<Expr> |
exprs() |
abstract TypeNode |
type() |
static ArrayExpr |
withExprs(Expr... exprs) |
static ArrayExpr |
withStrings(String... stringValues) |
public void accept(AstNodeVisitor visitor)
AstNodepublic static ArrayExpr.Builder builder()
Copyright © 2022 Google LLC. All rights reserved.