Class PlusToken

    • Constructor Detail

      • PlusToken

        public PlusToken()
    • Method Detail

      • isLeftAssociative

        public boolean isLeftAssociative()
        Description copied from interface: OperationInterface
        Determines if the operation is left-associative.
        Specified by:
        isLeftAssociative in interface OperationInterface
        Returns:
        true if the operation is left-associative