Class BinaryOperatorNode

    • Constructor Detail

      • BinaryOperatorNode

        public BinaryOperatorNode()
    • Method Detail

      • validate

        public void validate​(ParseTreeContext context)
        INTERNAL Validate the current node and calculates its type.
        Overrides:
        validate in class Node