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