| Package | Description |
|---|---|
| com.google.api.generator.engine.ast |
| Modifier and Type | Method and Description |
|---|---|
OperatorKind |
OperationExpr.operatorKind() |
abstract OperatorKind |
UnaryOperationExpr.operatorKind() |
abstract OperatorKind |
AssignmentOperationExpr.operatorKind() |
abstract OperatorKind |
RelationalOperationExpr.operatorKind() |
abstract OperatorKind |
ArithmeticOperationExpr.operatorKind() |
abstract OperatorKind |
LogicalOperationExpr.operatorKind() |
static OperatorKind |
OperatorKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorKind[] |
OperatorKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Google LLC. All rights reserved.