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