Uses of Class
codeanalysis.binding.BoundBinaryOperator
Packages that use BoundBinaryOperator
-
Uses of BoundBinaryOperator in codeanalysis.binding
Methods in codeanalysis.binding that return BoundBinaryOperatorModifier and TypeMethodDescriptionstatic BoundBinaryOperatorBoundBinaryOperator.bind(SyntaxType syntaxType, Class<?> leftType, Class<?> rightType) Binds a binary operator based on the syntax type, left type, and right type.BoundBinaryExpression.getOperator()Gets the bound binary operator of the expression.Constructors in codeanalysis.binding with parameters of type BoundBinaryOperatorModifierConstructorDescriptionBoundBinaryExpression(BoundExpression left, BoundBinaryOperator operator, BoundExpression right) Constructs a new instance of the BoundBinaryExpression class.