Uses of Enum
com.google.api.generator.engine.ast.OperatorKind
Packages that use OperatorKind
-
Uses of OperatorKind in com.google.api.generator.engine.ast
Methods in com.google.api.generator.engine.ast that return OperatorKindModifier and TypeMethodDescriptionabstract OperatorKindArithmeticOperationExpr.operatorKind()abstract OperatorKindAssignmentOperationExpr.operatorKind()abstract OperatorKindLogicalOperationExpr.operatorKind()OperationExpr.operatorKind()abstract OperatorKindRelationalOperationExpr.operatorKind()abstract OperatorKindUnaryOperationExpr.operatorKind()static OperatorKindReturns 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.