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