Uses of Class
com.google.api.generator.engine.ast.OperatorKind
-
Packages that use OperatorKind Package Description com.google.api.generator.engine.ast -
-
Uses of OperatorKind in com.google.api.generator.engine.ast
Methods in com.google.api.generator.engine.ast that return OperatorKind Modifier and Type Method Description abstract OperatorKindArithmeticOperationExpr. operatorKind()abstract OperatorKindAssignmentOperationExpr. operatorKind()abstract OperatorKindLogicalOperationExpr. operatorKind()OperatorKindOperationExpr. operatorKind()abstract OperatorKindRelationalOperationExpr. operatorKind()abstract OperatorKindUnaryOperationExpr. operatorKind()static OperatorKindOperatorKind. 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.
-