| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CastExpr |
build() |
abstract CastExpr.Builder |
setExpr(Expr expr) |
abstract CastExpr.Builder |
setType(TypeNode type) |
public abstract CastExpr.Builder setType(TypeNode type)
public abstract CastExpr.Builder setExpr(Expr expr)
public CastExpr build()
Copyright © 2022 Google LLC. All rights reserved.