| Modifier and Type | Class and Description |
|---|---|
static class |
AnonymousClassExpr.Builder |
| Constructor and Description |
|---|
AnonymousClassExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstNodeVisitor visitor)
Writes the syntatically-correct Java code representation of this node.
|
static AnonymousClassExpr.Builder |
builder() |
abstract com.google.common.collect.ImmutableList<MethodDefinition> |
methods() |
abstract com.google.common.collect.ImmutableList<Statement> |
statements() |
abstract TypeNode |
type() |
public abstract com.google.common.collect.ImmutableList<MethodDefinition> methods()
public abstract com.google.common.collect.ImmutableList<Statement> statements()
public void accept(AstNodeVisitor visitor)
AstNodepublic static AnonymousClassExpr.Builder builder()
Copyright © 2022 Google LLC. All rights reserved.