Uses of Class
codeanalysis.binding.BoundUnaryOperator
Packages that use BoundUnaryOperator
-
Uses of BoundUnaryOperator in codeanalysis.binding
Methods in codeanalysis.binding that return BoundUnaryOperatorModifier and TypeMethodDescriptionstatic BoundUnaryOperatorBoundUnaryOperator.bind(SyntaxType syntaxType, Class<?> operandType) Binds a unary operator based on the syntax type and operand type.BoundUnaryExpression.getOperator()Gets the operator of the unary expression.Constructors in codeanalysis.binding with parameters of type BoundUnaryOperatorModifierConstructorDescriptionBoundUnaryExpression(BoundUnaryOperator operator, BoundExpression operand) Constructs a new instance of the BoundUnaryExpression class.