| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaExpr.Builder |
| Constructor and Description |
|---|
LambdaExpr() |
| 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<VariableExpr> |
arguments() |
abstract com.google.common.collect.ImmutableList<Statement> |
body() |
static LambdaExpr.Builder |
builder() |
abstract ReturnExpr |
returnExpr() |
TypeNode |
type() |
public abstract com.google.common.collect.ImmutableList<VariableExpr> arguments()
public abstract ReturnExpr returnExpr()
public abstract com.google.common.collect.ImmutableList<Statement> body()
public void accept(AstNodeVisitor visitor)
AstNodepublic static LambdaExpr.Builder builder()
Copyright © 2022 Google LLC. All rights reserved.