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