Class UnaryOperationAnalyzer

    • Constructor Detail

      • UnaryOperationAnalyzer

        public UnaryOperationAnalyzer()
    • Method Detail

      • newUnaryNode

        protected abstract ExpressionTreeNode newUnaryNode​(ExpressionTreeNode paramETN)
        Abstract method that allows child classes to provide the expression tree nodes for the unary operator.
        Parameters:
        expression - expression tree node.
        Returns:
        The expression tree node for the unary operator.