public interface OperationExpr extends Expr
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstNodeVisitor visitor)
Writes the syntatically-correct Java code representation of this node.
|
OperatorKind |
operatorKind() |
TypeNode |
type() |
OperatorKind operatorKind()
Copyright © 2022 Google LLC. All rights reserved.