| Modifier and Type | Class and Description |
|---|---|
static class |
NewObjectExpr.Builder |
| Constructor and Description |
|---|
NewObjectExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstNodeVisitor visitor)
Writes the syntatically-correct Java code representation of this node.
|
abstract com.google.common.collect.ImmutableList<Expr> |
arguments() |
static NewObjectExpr.Builder |
builder() |
abstract boolean |
isGeneric() |
abstract TypeNode |
type() |
static NewObjectExpr |
withType(TypeNode type) |
public abstract com.google.common.collect.ImmutableList<Expr> arguments()
public abstract boolean isGeneric()
public void accept(AstNodeVisitor visitor)
AstNodepublic static NewObjectExpr withType(TypeNode type)
public static NewObjectExpr.Builder builder()
Copyright © 2022 Google LLC. All rights reserved.